#[non_exhaustive]pub struct CreateAssociationOutput { /* private fields */ }
Implementations§
source§impl CreateAssociationOutput
impl CreateAssociationOutput
sourcepub fn association_description(&self) -> Option<&AssociationDescription>
pub fn association_description(&self) -> Option<&AssociationDescription>
Information about the association.
source§impl CreateAssociationOutput
impl CreateAssociationOutput
sourcepub fn builder() -> CreateAssociationOutputBuilder
pub fn builder() -> CreateAssociationOutputBuilder
Creates a new builder-style object to manufacture CreateAssociationOutput
.
Trait Implementations§
source§impl Clone for CreateAssociationOutput
impl Clone for CreateAssociationOutput
source§fn clone(&self) -> CreateAssociationOutput
fn clone(&self) -> CreateAssociationOutput
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 CreateAssociationOutput
impl Debug for CreateAssociationOutput
source§impl PartialEq<CreateAssociationOutput> for CreateAssociationOutput
impl PartialEq<CreateAssociationOutput> for CreateAssociationOutput
source§fn eq(&self, other: &CreateAssociationOutput) -> bool
fn eq(&self, other: &CreateAssociationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateAssociationOutput
impl RequestId for CreateAssociationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for CreateAssociationOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateAssociationOutput
impl Send for CreateAssociationOutput
impl Sync for CreateAssociationOutput
impl Unpin for CreateAssociationOutput
impl UnwindSafe for CreateAssociationOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more