pub struct Timers {
pub cntdwn: Option<Cntdwn>,
pub ins: Option<Vec<Ins>>,
}
Fields§
§cntdwn: Option<Cntdwn>
Countdown
ins: Option<Vec<Ins>>
Countdown mode; Clock will count down towards date
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Timers
impl<'de> Deserialize<'de> for Timers
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 StructuralPartialEq for Timers
Auto Trait Implementations§
impl Freeze for Timers
impl RefUnwindSafe for Timers
impl Send for Timers
impl Sync for Timers
impl Unpin for Timers
impl UnwindSafe for Timers
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