Struct rusoto_elasticache::Endpoint[][src]

pub struct Endpoint {
    pub address: Option<String>,
    pub port: Option<i64>,
}

Represents the information required for client programs to connect to a cache node.

Fields

The DNS hostname of the cache node.

The port number that the cache engine is listening on.

Trait Implementations

impl Default for Endpoint
[src]

Returns the "default value" for a type. Read more

impl Debug for Endpoint
[src]

Formats the value using the given formatter. Read more

impl Clone for Endpoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Endpoint
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Endpoint

impl Sync for Endpoint