Struct aws_sdk_directconnect::output::DescribeLagsOutput
source · #[non_exhaustive]pub struct DescribeLagsOutput { /* private fields */ }Implementations§
source§impl DescribeLagsOutput
impl DescribeLagsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeLagsOutput.
Trait Implementations§
source§impl Clone for DescribeLagsOutput
impl Clone for DescribeLagsOutput
source§fn clone(&self) -> DescribeLagsOutput
fn clone(&self) -> DescribeLagsOutput
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 DescribeLagsOutput
impl Debug for DescribeLagsOutput
source§impl PartialEq<DescribeLagsOutput> for DescribeLagsOutput
impl PartialEq<DescribeLagsOutput> for DescribeLagsOutput
source§fn eq(&self, other: &DescribeLagsOutput) -> bool
fn eq(&self, other: &DescribeLagsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.