Enum nethsm_sdk_rs::models::switch::Switch
source · pub enum Switch {
On,
Off,
}Expand description
Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Switch
impl<'de> Deserialize<'de> for Switch
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 Ord for Switch
impl Ord for Switch
source§impl PartialEq for Switch
impl PartialEq for Switch
source§impl PartialOrd for Switch
impl PartialOrd for Switch
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Switch
impl Eq for Switch
impl StructuralEq for Switch
impl StructuralPartialEq for Switch
Auto Trait Implementations§
impl RefUnwindSafe for Switch
impl Send for Switch
impl Sync for Switch
impl Unpin for Switch
impl UnwindSafe for Switch
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