pub enum InterfaceSettingCategory {
Connectivity,
Access,
Behavior,
Discovery,
Announcements,
Radio,
TrafficControl,
Advanced,
}Variants§
Trait Implementations§
Source§impl Clone for InterfaceSettingCategory
impl Clone for InterfaceSettingCategory
Source§fn clone(&self) -> InterfaceSettingCategory
fn clone(&self) -> InterfaceSettingCategory
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 InterfaceSettingCategory
Source§impl Debug for InterfaceSettingCategory
impl Debug for InterfaceSettingCategory
Source§impl Display for InterfaceSettingCategory
impl Display for InterfaceSettingCategory
impl Eq for InterfaceSettingCategory
Source§impl Ord for InterfaceSettingCategory
impl Ord for InterfaceSettingCategory
Source§fn cmp(&self, other: &InterfaceSettingCategory) -> Ordering
fn cmp(&self, other: &InterfaceSettingCategory) -> 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 InterfaceSettingCategory
impl PartialEq for InterfaceSettingCategory
Source§impl PartialOrd for InterfaceSettingCategory
impl PartialOrd for InterfaceSettingCategory
impl StructuralPartialEq for InterfaceSettingCategory
Auto Trait Implementations§
impl Freeze for InterfaceSettingCategory
impl RefUnwindSafe for InterfaceSettingCategory
impl Send for InterfaceSettingCategory
impl Sync for InterfaceSettingCategory
impl Unpin for InterfaceSettingCategory
impl UnsafeUnpin for InterfaceSettingCategory
impl UnwindSafe for InterfaceSettingCategory
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