Struct r2d2_memcache::connection_info::ConnectionInfo [] [src]

pub struct ConnectionInfo {
    pub addr: String,
}

Fields

Trait Implementations

impl Debug for ConnectionInfo
[src]

Formats the value using the given formatter.

impl Clone for ConnectionInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl IntoConnectionInfo for ConnectionInfo
[src]

impl ToSocketAddrs for ConnectionInfo
[src]

Returned iterator over socket addresses which this type may correspond to. Read more

Converts this object to an iterator of resolved SocketAddrs. Read more