pub enum TimerMode {
Interval,
Once,
}Expand description
TimerMode
Variants§
Trait Implementations§
Source§impl CandidType for TimerMode
impl CandidType for TimerMode
Source§impl<'de> Deserialize<'de> for TimerMode
impl<'de> Deserialize<'de> for TimerMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for TimerMode
impl Eq for TimerMode
impl StructuralPartialEq for TimerMode
Auto Trait Implementations§
impl Freeze for TimerMode
impl RefUnwindSafe for TimerMode
impl Send for TimerMode
impl Sync for TimerMode
impl Unpin for TimerMode
impl UnwindSafe for TimerMode
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