pub enum ArpAllTargets {
Any,
All,
}Expand description
Specify whether to use any ARP IP target being up as sufficient for a slave to be considered up; or if all the targets must be up. This is only used for active-backup mode when arp-validate is enabled. Possible values are any and all.
Variants§
Trait Implementations§
Source§impl Clone for ArpAllTargets
impl Clone for ArpAllTargets
Source§fn clone(&self) -> ArpAllTargets
fn clone(&self) -> ArpAllTargets
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 ArpAllTargets
impl Debug for ArpAllTargets
Source§impl<'de> Deserialize<'de> for ArpAllTargets
impl<'de> Deserialize<'de> for ArpAllTargets
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 PartialEq for ArpAllTargets
impl PartialEq for ArpAllTargets
Source§impl Serialize for ArpAllTargets
impl Serialize for ArpAllTargets
impl Eq for ArpAllTargets
impl StructuralPartialEq for ArpAllTargets
Auto Trait Implementations§
impl Freeze for ArpAllTargets
impl RefUnwindSafe for ArpAllTargets
impl Send for ArpAllTargets
impl Sync for ArpAllTargets
impl Unpin for ArpAllTargets
impl UnwindSafe for ArpAllTargets
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