Struct wled_json_api_library::structures::cfg::cfg_timers::Timers
source · 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
source§impl PartialEq for Timers
impl PartialEq for Timers
impl StructuralPartialEq for Timers
Auto Trait Implementations§
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