#[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 more