Enum nng::options::RemAddr[][src]

pub enum RemAddr {}

The remote address of the peer.

The availability of this option is dependent on the transport.

Support

  • Pipes can read from this on the following transports:
    • IPC
    • InProc
    • TCP
    • ZeroTier
    • WebSocket
    • TLS

Trait Implementations

impl Clone for RemAddr[src]

impl Copy for RemAddr[src]

impl Debug for RemAddr[src]

impl Display for RemAddr[src]

impl Eq for RemAddr[src]

impl GetOpt<RemAddr> for Pipe[src]

impl Hash for RemAddr[src]

impl Opt for RemAddr[src]

type OptType = SocketAddr

The type that the option read and writes.

impl Ord for RemAddr[src]

impl PartialEq<RemAddr> for RemAddr[src]

impl PartialOrd<RemAddr> for RemAddr[src]

impl StructuralEq for RemAddr[src]

impl StructuralPartialEq for RemAddr[src]

Auto Trait Implementations

impl RefUnwindSafe for RemAddr

impl Send for RemAddr

impl Sync for RemAddr

impl Unpin for RemAddr

impl UnwindSafe for RemAddr

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.