pub enum PveKeyKeyEnum {
IpNextHopPeerAddress,
IpNextHop,
IpNextHopUnchanged,
Ip6NextHopPeerAddress,
Ip6NextHopPreferGlobal,
Ip6NextHop,
LocalPreference,
Tag,
Weight,
Metric,
Src,
}Expand description
Variants§
IpNextHopPeerAddress
IpNextHop
IpNextHopUnchanged
Ip6NextHopPeerAddress
Ip6NextHopPreferGlobal
Ip6NextHop
LocalPreference
Tag
Weight
Metric
Src
Trait Implementations§
Source§impl Clone for PveKeyKeyEnum
impl Clone for PveKeyKeyEnum
Source§fn clone(&self) -> PveKeyKeyEnum
fn clone(&self) -> PveKeyKeyEnum
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 moreSource§impl Debug for PveKeyKeyEnum
impl Debug for PveKeyKeyEnum
Source§impl Default for PveKeyKeyEnum
impl Default for PveKeyKeyEnum
Source§fn default() -> PveKeyKeyEnum
fn default() -> PveKeyKeyEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PveKeyKeyEnum
impl<'de> Deserialize<'de> for PveKeyKeyEnum
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 Display for PveKeyKeyEnum
impl Display for PveKeyKeyEnum
Source§impl Hash for PveKeyKeyEnum
impl Hash for PveKeyKeyEnum
Source§impl Ord for PveKeyKeyEnum
impl Ord for PveKeyKeyEnum
Source§fn cmp(&self, other: &PveKeyKeyEnum) -> Ordering
fn cmp(&self, other: &PveKeyKeyEnum) -> 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 PveKeyKeyEnum
impl PartialEq for PveKeyKeyEnum
Source§fn eq(&self, other: &PveKeyKeyEnum) -> bool
fn eq(&self, other: &PveKeyKeyEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PveKeyKeyEnum
impl PartialOrd for PveKeyKeyEnum
Source§impl Serialize for PveKeyKeyEnum
impl Serialize for PveKeyKeyEnum
impl Copy for PveKeyKeyEnum
impl Eq for PveKeyKeyEnum
impl StructuralPartialEq for PveKeyKeyEnum
Auto Trait Implementations§
impl Freeze for PveKeyKeyEnum
impl RefUnwindSafe for PveKeyKeyEnum
impl Send for PveKeyKeyEnum
impl Sync for PveKeyKeyEnum
impl Unpin for PveKeyKeyEnum
impl UnsafeUnpin for PveKeyKeyEnum
impl UnwindSafe for PveKeyKeyEnum
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