#[non_exhaustive]pub struct DissociatePackageOutput { /* private fields */ }
Expand description
Container for response returned by
operation. DissociatePackage
Implementations
sourceimpl DissociatePackageOutput
impl DissociatePackageOutput
sourcepub fn domain_package_details(&self) -> Option<&DomainPackageDetails>
pub fn domain_package_details(&self) -> Option<&DomainPackageDetails>
DomainPackageDetails
sourceimpl DissociatePackageOutput
impl DissociatePackageOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DissociatePackageOutput
.
Trait Implementations
sourceimpl Clone for DissociatePackageOutput
impl Clone for DissociatePackageOutput
sourcefn clone(&self) -> DissociatePackageOutput
fn clone(&self) -> DissociatePackageOutput
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 DissociatePackageOutput
impl Debug for DissociatePackageOutput
sourceimpl PartialEq<DissociatePackageOutput> for DissociatePackageOutput
impl PartialEq<DissociatePackageOutput> for DissociatePackageOutput
sourcefn eq(&self, other: &DissociatePackageOutput) -> bool
fn eq(&self, other: &DissociatePackageOutput) -> bool
impl StructuralPartialEq for DissociatePackageOutput
Auto Trait Implementations
impl RefUnwindSafe for DissociatePackageOutput
impl Send for DissociatePackageOutput
impl Sync for DissociatePackageOutput
impl Unpin for DissociatePackageOutput
impl UnwindSafe for DissociatePackageOutput
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