pub struct IsArmed(pub bool);Expand description
Returns true if any of the timers are armed
Tuple Fields§
§0: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for IsArmed
impl RefUnwindSafe for IsArmed
impl Send for IsArmed
impl Sync for IsArmed
impl Unpin for IsArmed
impl UnwindSafe for IsArmed
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