pub struct Armed;
Expand description
Timer is ready to start
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Armed
impl RefUnwindSafe for Armed
impl Send for Armed
impl Sync for Armed
impl Unpin for Armed
impl UnwindSafe for Armed
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