pub struct Done;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Done
impl RefUnwindSafe for Done
impl Send for Done
impl Sync for Done
impl Unpin for Done
impl UnwindSafe for Done
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