pub enum TimeMode {
Infinite,
TenthOfSeconds(u16),
}
Variants§
Trait Implementations§
impl Copy for TimeMode
impl StructuralPartialEq for TimeMode
Auto Trait Implementations§
impl Freeze for TimeMode
impl RefUnwindSafe for TimeMode
impl Send for TimeMode
impl Sync for TimeMode
impl Unpin for TimeMode
impl UnwindSafe for TimeMode
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