pub struct If2 {
pub sync: Option<Sync>,
pub nodes: Option<Nodes>,
pub live: Option<Live>,
pub va: Option<Va>,
pub mqtt: Option<Mqtt>,
pub hue: Option<Hue>,
pub ntp: Option<Ntp>,
}Fields§
§sync: Option<Sync>§nodes: Option<Nodes>§live: Option<Live>§va: Option<Va>§mqtt: Option<Mqtt>§hue: Option<Hue>§ntp: Option<Ntp>Trait Implementations§
Source§impl<'de> Deserialize<'de> for If2
impl<'de> Deserialize<'de> for If2
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 If2
Auto Trait Implementations§
impl Freeze for If2
impl RefUnwindSafe for If2
impl Send for If2
impl Sync for If2
impl Unpin for If2
impl UnwindSafe for If2
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