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
source§fn eq(&self, other: &ProtocolSupportedV1) -> bool
 
fn eq(&self, other: &ProtocolSupportedV1) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for ProtocolSupportedV1
impl StructuralEq for ProtocolSupportedV1
impl StructuralPartialEq for ProtocolSupportedV1
Auto Trait Implementations§
impl RefUnwindSafe for ProtocolSupportedV1
impl Send for ProtocolSupportedV1
impl Sync for ProtocolSupportedV1
impl Unpin for ProtocolSupportedV1
impl UnwindSafe for ProtocolSupportedV1
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
    T: 'a,
 
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
    T: 'a,
§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
§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.