#[non_exhaustive]pub struct DescribeConnectionsOutput { /* private fields */ }Implementations§
source§impl DescribeConnectionsOutput
impl DescribeConnectionsOutput
sourcepub fn connections(&self) -> Option<&[Connection]>
pub fn connections(&self) -> Option<&[Connection]>
The connections.
source§impl DescribeConnectionsOutput
impl DescribeConnectionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConnectionsOutput.
Trait Implementations§
source§impl Clone for DescribeConnectionsOutput
impl Clone for DescribeConnectionsOutput
source§fn clone(&self) -> DescribeConnectionsOutput
fn clone(&self) -> DescribeConnectionsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DescribeConnectionsOutput
impl Debug for DescribeConnectionsOutput
source§impl PartialEq<DescribeConnectionsOutput> for DescribeConnectionsOutput
impl PartialEq<DescribeConnectionsOutput> for DescribeConnectionsOutput
source§fn eq(&self, other: &DescribeConnectionsOutput) -> bool
fn eq(&self, other: &DescribeConnectionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.