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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InterfaceModeChoices
Source§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
impl Eq for InterfaceModeChoices
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 (const: unstable) · 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§fn eq(&self, other: &InterfaceModeChoices) -> bool
fn eq(&self, other: &InterfaceModeChoices) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for InterfaceModeChoices
impl PartialOrd for InterfaceModeChoices
Source§impl Serialize for InterfaceModeChoices
impl Serialize 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