pub enum HfStatus {
Paused,
Running,
}Expand description
HfStatus return the current status of the time, and the duration until the switch
Variants§
Auto Trait Implementations§
impl Freeze for HfStatus
impl RefUnwindSafe for HfStatus
impl Send for HfStatus
impl Sync for HfStatus
impl Unpin for HfStatus
impl UnsafeUnpin for HfStatus
impl UnwindSafe for HfStatus
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