pub struct SleepOp;Expand description
Marker struct.
Auto Trait Implementations§
impl Freeze for SleepOp
impl RefUnwindSafe for SleepOp
impl Send for SleepOp
impl Sync for SleepOp
impl Unpin for SleepOp
impl UnsafeUnpin for SleepOp
impl UnwindSafe for SleepOp
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