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