pub struct StdSleep;Available on crate feature
eh0 only.Expand description
A Delay implementation that uses std::thread::sleep.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StdSleep
impl RefUnwindSafe for StdSleep
impl Send for StdSleep
impl Sync for StdSleep
impl Unpin for StdSleep
impl UnwindSafe for StdSleep
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