Struct path::Subscriber [] [src]

pub struct Subscriber {
    pub address: IpAddr,
    pub port: u16,
}

Identifies the connection endpoints

Fields

Address of the subscriber

Communication port

Trait Implementations

impl Clone for Subscriber
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Subscriber
[src]

Formats the value using the given formatter.

impl Hash for Subscriber
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for Subscriber
[src]

impl PartialEq for Subscriber
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.