pub struct BlockedTimer { /* private fields */ }
Expand description
An omaha state machine timer waiting to be unblocked. Dropping a BlockedTimer will cause the timer to panic.
Implementations§
Source§impl BlockedTimer
impl BlockedTimer
Sourcepub fn requested_wait(&self) -> RequestedWait
pub fn requested_wait(&self) -> RequestedWait
The requested duration of this timer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlockedTimer
impl !RefUnwindSafe for BlockedTimer
impl Send for BlockedTimer
impl Sync for BlockedTimer
impl Unpin for BlockedTimer
impl !UnwindSafe for BlockedTimer
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