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