Enum zigbee2mqtt_types_vendor_niviss::ZigbeePsDzigbeeDsmartDcontrolerD1chDdimmablePoweronbehavior
source · pub enum ZigbeePsDzigbeeDsmartDcontrolerD1chDdimmablePoweronbehavior {
Off,
On,
Previous,
Toggle,
}
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ZigbeePsDzigbeeDsmartDcontrolerD1chDdimmablePoweronbehavior
impl<'de> Deserialize<'de> for ZigbeePsDzigbeeDsmartDcontrolerD1chDdimmablePoweronbehavior
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<ZigbeePsDzigbeeDsmartDcontrolerD1chDdimmablePoweronbehavior> for ZigbeePsDzigbeeDsmartDcontrolerD1chDdimmablePoweronbehavior
impl PartialEq<ZigbeePsDzigbeeDsmartDcontrolerD1chDdimmablePoweronbehavior> for ZigbeePsDzigbeeDsmartDcontrolerD1chDdimmablePoweronbehavior
source§fn eq(
&self,
other: &ZigbeePsDzigbeeDsmartDcontrolerD1chDdimmablePoweronbehavior
) -> bool
fn eq( &self, other: &ZigbeePsDzigbeeDsmartDcontrolerD1chDdimmablePoweronbehavior ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ZigbeePsDzigbeeDsmartDcontrolerD1chDdimmablePoweronbehavior
Auto Trait Implementations§
impl RefUnwindSafe for ZigbeePsDzigbeeDsmartDcontrolerD1chDdimmablePoweronbehavior
impl Send for ZigbeePsDzigbeeDsmartDcontrolerD1chDdimmablePoweronbehavior
impl Sync for ZigbeePsDzigbeeDsmartDcontrolerD1chDdimmablePoweronbehavior
impl Unpin for ZigbeePsDzigbeeDsmartDcontrolerD1chDdimmablePoweronbehavior
impl UnwindSafe for ZigbeePsDzigbeeDsmartDcontrolerD1chDdimmablePoweronbehavior
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