#[non_exhaustive]pub struct DissociatePackageOutput { /* private fields */ }
Expand description
Container for response returned by
operation. DissociatePackage
Implementations§
source§impl DissociatePackageOutput
impl DissociatePackageOutput
sourcepub fn domain_package_details(&self) -> Option<&DomainPackageDetails>
pub fn domain_package_details(&self) -> Option<&DomainPackageDetails>
DomainPackageDetails
source§impl DissociatePackageOutput
impl DissociatePackageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DissociatePackageOutput
.
Trait Implementations§
source§impl Clone for DissociatePackageOutput
impl Clone for DissociatePackageOutput
source§fn clone(&self) -> DissociatePackageOutput
fn clone(&self) -> DissociatePackageOutput
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 DissociatePackageOutput
impl Debug for DissociatePackageOutput
source§impl PartialEq<DissociatePackageOutput> for DissociatePackageOutput
impl PartialEq<DissociatePackageOutput> for DissociatePackageOutput
source§fn eq(&self, other: &DissociatePackageOutput) -> bool
fn eq(&self, other: &DissociatePackageOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.