pub enum InterfaceSettingCondition {
IfacEnabled,
Discoverable,
DiscoverableKiss,
AnnounceRateLimit,
IngressControl,
EgressControl,
KissFraming,
}Variants§
IfacEnabled
Discoverable
DiscoverableKiss
AnnounceRateLimit
IngressControl
EgressControl
KissFraming
Trait Implementations§
Source§impl Clone for InterfaceSettingCondition
impl Clone for InterfaceSettingCondition
Source§fn clone(&self) -> InterfaceSettingCondition
fn clone(&self) -> InterfaceSettingCondition
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 InterfaceSettingCondition
Source§impl Debug for InterfaceSettingCondition
impl Debug for InterfaceSettingCondition
Source§impl Display for InterfaceSettingCondition
impl Display for InterfaceSettingCondition
impl Eq for InterfaceSettingCondition
impl StructuralPartialEq for InterfaceSettingCondition
Auto Trait Implementations§
impl Freeze for InterfaceSettingCondition
impl RefUnwindSafe for InterfaceSettingCondition
impl Send for InterfaceSettingCondition
impl Sync for InterfaceSettingCondition
impl Unpin for InterfaceSettingCondition
impl UnsafeUnpin for InterfaceSettingCondition
impl UnwindSafe for InterfaceSettingCondition
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