Enum enet_client::SetValue [−][src]
pub enum SetValue { On(ClickDuration), Off(ClickDuration), Dimm(u8), Blinds(u8), }
Variants
On(ClickDuration)
Off(ClickDuration)
Dimm(u8)
Blinds(u8)
Trait Implementations
pub fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
pub fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for SetValue
impl UnwindSafe for SetValue
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more