#[non_exhaustive]pub struct ListDomainNamesOutput { /* private fields */ }
Expand description
The result of a ListDomainNames
operation. Contains the names of all domains owned by this account and their respective engine types.
Implementations
sourceimpl ListDomainNamesOutput
impl ListDomainNamesOutput
sourcepub fn domain_names(&self) -> Option<&[DomainInfo]>
pub fn domain_names(&self) -> Option<&[DomainInfo]>
List of domain names and respective engine types.
sourceimpl ListDomainNamesOutput
impl ListDomainNamesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDomainNamesOutput
.
Trait Implementations
sourceimpl Clone for ListDomainNamesOutput
impl Clone for ListDomainNamesOutput
sourcefn clone(&self) -> ListDomainNamesOutput
fn clone(&self) -> ListDomainNamesOutput
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 ListDomainNamesOutput
impl Debug for ListDomainNamesOutput
sourceimpl PartialEq<ListDomainNamesOutput> for ListDomainNamesOutput
impl PartialEq<ListDomainNamesOutput> for ListDomainNamesOutput
sourcefn eq(&self, other: &ListDomainNamesOutput) -> bool
fn eq(&self, other: &ListDomainNamesOutput) -> bool
impl StructuralPartialEq for ListDomainNamesOutput
Auto Trait Implementations
impl RefUnwindSafe for ListDomainNamesOutput
impl Send for ListDomainNamesOutput
impl Sync for ListDomainNamesOutput
impl Unpin for ListDomainNamesOutput
impl UnwindSafe for ListDomainNamesOutput
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