pub(crate) enum TimerFlavor {
Traditional,
}Variants§
Traditional
Trait Implementations§
Source§impl Clone for TimerFlavor
impl Clone for TimerFlavor
Source§fn clone(&self) -> TimerFlavor
fn clone(&self) -> TimerFlavor
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 moreSource§impl Debug for TimerFlavor
impl Debug for TimerFlavor
Source§impl PartialEq for TimerFlavor
impl PartialEq for TimerFlavor
impl Copy for TimerFlavor
impl StructuralPartialEq for TimerFlavor
Auto Trait Implementations§
impl Freeze for TimerFlavor
impl RefUnwindSafe for TimerFlavor
impl Send for TimerFlavor
impl Sync for TimerFlavor
impl Unpin for TimerFlavor
impl UnwindSafe for TimerFlavor
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