pub enum SecurityNetworkProtocol {
Show 24 variants
Unknown,
UnknownFutureValue,
SpxII,
Spx,
Ipx,
Raw,
Nd,
Ipv6DestinationOptions,
Ipv6NoNextHeader,
IcmpV6,
IpSecAuthenticationHeader,
IpSecEncapsulatingSecurityPayload,
Ipv6FragmentHeader,
Ipv6RoutingHeader,
Ipv6,
Idp,
Udp,
Pup,
Tcp,
Ipv4,
Ggp,
Igmp,
Icmp,
Ip,
}
Variants§
Unknown
UnknownFutureValue
SpxII
Spx
Ipx
Raw
Nd
Ipv6DestinationOptions
Ipv6NoNextHeader
IcmpV6
IpSecAuthenticationHeader
IpSecEncapsulatingSecurityPayload
Ipv6FragmentHeader
Ipv6RoutingHeader
Ipv6
Idp
Udp
Pup
Tcp
Ipv4
Ggp
Igmp
Icmp
Ip
Trait Implementations§
Source§impl Clone for SecurityNetworkProtocol
impl Clone for SecurityNetworkProtocol
Source§fn clone(&self) -> SecurityNetworkProtocol
fn clone(&self) -> SecurityNetworkProtocol
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 SecurityNetworkProtocol
impl Debug for SecurityNetworkProtocol
Source§impl<'de> Deserialize<'de> for SecurityNetworkProtocol
impl<'de> Deserialize<'de> for SecurityNetworkProtocol
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 Hash for SecurityNetworkProtocol
impl Hash for SecurityNetworkProtocol
Source§impl Ord for SecurityNetworkProtocol
impl Ord for SecurityNetworkProtocol
Source§fn cmp(&self, other: &SecurityNetworkProtocol) -> Ordering
fn cmp(&self, other: &SecurityNetworkProtocol) -> Ordering
1.21.0 · 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 SecurityNetworkProtocol
impl PartialEq for SecurityNetworkProtocol
Source§impl PartialOrd for SecurityNetworkProtocol
impl PartialOrd for SecurityNetworkProtocol
Source§impl Serialize for SecurityNetworkProtocol
impl Serialize for SecurityNetworkProtocol
impl Eq for SecurityNetworkProtocol
impl StructuralPartialEq for SecurityNetworkProtocol
Auto Trait Implementations§
impl Freeze for SecurityNetworkProtocol
impl RefUnwindSafe for SecurityNetworkProtocol
impl Send for SecurityNetworkProtocol
impl Sync for SecurityNetworkProtocol
impl Unpin for SecurityNetworkProtocol
impl UnwindSafe for SecurityNetworkProtocol
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