pub struct SleepGuard { /* private fields */ }Trait Implementations§
Source§impl Drop for SleepGuard
impl Drop for SleepGuard
Auto Trait Implementations§
impl Freeze for SleepGuard
impl RefUnwindSafe for SleepGuard
impl Send for SleepGuard
impl Sync for SleepGuard
impl Unpin for SleepGuard
impl UnsafeUnpin for SleepGuard
impl UnwindSafe for SleepGuard
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