pub enum ProtocolSupportedV1 {
TCP4,
TCP6,
UNKNOWN,
}
Expand description
Indicate the proxied INET protocol and family
Variants§
Trait Implementations§
Source§impl Debug for ProtocolSupportedV1
impl Debug for ProtocolSupportedV1
Source§impl Display for ProtocolSupportedV1
impl Display for ProtocolSupportedV1
Source§impl PartialEq for ProtocolSupportedV1
impl PartialEq for ProtocolSupportedV1
impl Eq for ProtocolSupportedV1
impl StructuralPartialEq for ProtocolSupportedV1
Auto Trait Implementations§
impl Freeze for ProtocolSupportedV1
impl RefUnwindSafe for ProtocolSupportedV1
impl Send for ProtocolSupportedV1
impl Sync for ProtocolSupportedV1
impl Unpin for ProtocolSupportedV1
impl UnwindSafe for ProtocolSupportedV1
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.