Struct aws_sdk_cloudsearch::output::DeleteDomainOutput
source · [−]#[non_exhaustive]pub struct DeleteDomainOutput { /* private fields */ }Expand description
The result of a DeleteDomain request. Contains the status of a newly deleted domain, or no status if the domain has already been completely deleted.
Implementations
sourceimpl DeleteDomainOutput
impl DeleteDomainOutput
sourcepub fn domain_status(&self) -> Option<&DomainStatus>
pub fn domain_status(&self) -> Option<&DomainStatus>
The current status of the search domain.
sourceimpl DeleteDomainOutput
impl DeleteDomainOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDomainOutput.
Trait Implementations
sourceimpl Clone for DeleteDomainOutput
impl Clone for DeleteDomainOutput
sourcefn clone(&self) -> DeleteDomainOutput
fn clone(&self) -> DeleteDomainOutput
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 DeleteDomainOutput
impl Debug for DeleteDomainOutput
sourceimpl PartialEq<DeleteDomainOutput> for DeleteDomainOutput
impl PartialEq<DeleteDomainOutput> for DeleteDomainOutput
sourcefn eq(&self, other: &DeleteDomainOutput) -> bool
fn eq(&self, other: &DeleteDomainOutput) -> bool
impl StructuralPartialEq for DeleteDomainOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteDomainOutput
impl Send for DeleteDomainOutput
impl Sync for DeleteDomainOutput
impl Unpin for DeleteDomainOutput
impl UnwindSafe for DeleteDomainOutput
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