pub enum InterfaceModeChoices {
Access,
Tagged,
TaggedAll,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for InterfaceModeChoices
impl Clone for InterfaceModeChoices
Source§fn clone(&self) -> InterfaceModeChoices
fn clone(&self) -> InterfaceModeChoices
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InterfaceModeChoices
impl Debug for InterfaceModeChoices
Source§impl Default for InterfaceModeChoices
impl Default for InterfaceModeChoices
Source§fn default() -> InterfaceModeChoices
fn default() -> InterfaceModeChoices
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InterfaceModeChoices
impl<'de> Deserialize<'de> for InterfaceModeChoices
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 Hash for InterfaceModeChoices
impl Hash for InterfaceModeChoices
Source§impl Ord for InterfaceModeChoices
impl Ord for InterfaceModeChoices
Source§fn cmp(&self, other: &InterfaceModeChoices) -> Ordering
fn cmp(&self, other: &InterfaceModeChoices) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InterfaceModeChoices
impl PartialEq for InterfaceModeChoices
Source§impl PartialOrd for InterfaceModeChoices
impl PartialOrd for InterfaceModeChoices
Source§impl Serialize for InterfaceModeChoices
impl Serialize for InterfaceModeChoices
Source§impl ToString for InterfaceModeChoices
impl ToString for InterfaceModeChoices
impl Copy for InterfaceModeChoices
impl Eq for InterfaceModeChoices
impl StructuralPartialEq for InterfaceModeChoices
Auto Trait Implementations§
impl Freeze for InterfaceModeChoices
impl RefUnwindSafe for InterfaceModeChoices
impl Send for InterfaceModeChoices
impl Sync for InterfaceModeChoices
impl Unpin for InterfaceModeChoices
impl UnsafeUnpin for InterfaceModeChoices
impl UnwindSafe for InterfaceModeChoices
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