#[non_exhaustive]pub struct DisassociateLinkOutput { /* private fields */ }Implementations§
source§impl DisassociateLinkOutput
impl DisassociateLinkOutput
sourcepub fn link_association(&self) -> Option<&LinkAssociation>
pub fn link_association(&self) -> Option<&LinkAssociation>
Information about the link association.
source§impl DisassociateLinkOutput
impl DisassociateLinkOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateLinkOutput.
Trait Implementations§
source§impl Clone for DisassociateLinkOutput
impl Clone for DisassociateLinkOutput
source§fn clone(&self) -> DisassociateLinkOutput
fn clone(&self) -> DisassociateLinkOutput
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