pub struct Done<D: Pouf> { /* private fields */ }Expand description
The final state for building repository metadata.
Trait Implementations§
Auto Trait Implementations§
impl<D> Freeze for Done<D>
impl<D> RefUnwindSafe for Done<D>where
D: RefUnwindSafe,
impl<D> Send for Done<D>where
D: Send,
impl<D> Sync for Done<D>
impl<D> Unpin for Done<D>where
D: Unpin,
impl<D> UnsafeUnpin for Done<D>
impl<D> UnwindSafe for Done<D>where
D: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more