pub struct DoomsdayTimer { /* private fields */ }Expand description
DoomsdayTimer will configurably panic or exit if it is not
reset() at least every duration
Implementations§
Source§impl DoomsdayTimer
impl DoomsdayTimer
Trait Implementations§
Source§impl Clone for DoomsdayTimer
impl Clone for DoomsdayTimer
Source§fn clone(&self) -> DoomsdayTimer
fn clone(&self) -> DoomsdayTimer
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DoomsdayTimer
impl !RefUnwindSafe for DoomsdayTimer
impl Send for DoomsdayTimer
impl Sync for DoomsdayTimer
impl Unpin for DoomsdayTimer
impl !UnwindSafe for DoomsdayTimer
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