Enum nng::options::transport::tls::Verified[][src]

pub enum Verified {}

Indicates whether the remote peer has been properly verified using TLS authentication.

This may return incorrect results if peer authentication is disabled.

Support

  • Pipes can read this option on the following transports:
    • WebSocket
    • TLS

Trait Implementations

impl Clone for Verified[src]

impl Copy for Verified[src]

impl Debug for Verified[src]

impl Display for Verified[src]

impl Eq for Verified[src]

impl GetOpt<Verified> for Pipe[src]

impl Hash for Verified[src]

impl Opt for Verified[src]

type OptType = bool

The type that the option read and writes.

impl Ord for Verified[src]

impl PartialEq<Verified> for Verified[src]

impl PartialOrd<Verified> for Verified[src]

impl StructuralEq for Verified[src]

impl StructuralPartialEq for Verified[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.