#[non_exhaustive]pub struct AssociatePackageOutput { /* private fields */ }
Expand description
Container for response returned by
operation. AssociatePackage
Implementations
sourceimpl AssociatePackageOutput
impl AssociatePackageOutput
sourcepub fn domain_package_details(&self) -> Option<&DomainPackageDetails>
pub fn domain_package_details(&self) -> Option<&DomainPackageDetails>
DomainPackageDetails
sourceimpl AssociatePackageOutput
impl AssociatePackageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociatePackageOutput
.
Trait Implementations
sourceimpl Clone for AssociatePackageOutput
impl Clone for AssociatePackageOutput
sourcefn clone(&self) -> AssociatePackageOutput
fn clone(&self) -> AssociatePackageOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AssociatePackageOutput
impl Debug for AssociatePackageOutput
sourceimpl PartialEq<AssociatePackageOutput> for AssociatePackageOutput
impl PartialEq<AssociatePackageOutput> for AssociatePackageOutput
sourcefn eq(&self, other: &AssociatePackageOutput) -> bool
fn eq(&self, other: &AssociatePackageOutput) -> bool
impl StructuralPartialEq for AssociatePackageOutput
Auto Trait Implementations
impl RefUnwindSafe for AssociatePackageOutput
impl Send for AssociatePackageOutput
impl Sync for AssociatePackageOutput
impl Unpin for AssociatePackageOutput
impl UnwindSafe for AssociatePackageOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more