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