pub struct TimerStub(/* private fields */);
Expand description
the stub for waiting for a timer to be expired.
Implementations§
Auto Trait Implementations§
impl Freeze for TimerStub
impl RefUnwindSafe for TimerStub
impl Send for TimerStub
impl Sync for TimerStub
impl Unpin for TimerStub
impl UnwindSafe for TimerStub
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