Struct rusoto_directconnect::Connections[][src]

pub struct Connections {
    pub connections: Option<Vec<Connection>>,
}

A structure containing a list of connections.

Fields

A list of connections.

Trait Implementations

impl Default for Connections
[src]

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

impl Debug for Connections
[src]

Formats the value using the given formatter. Read more

impl Clone for Connections
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Connections
[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 Connections

impl Sync for Connections