#[non_exhaustive]pub struct DescribeElasticsearchDomainOutput { /* private fields */ }
Expand description
The result of a DescribeElasticsearchDomain
request. Contains the status of the domain specified in the request.
Implementations
sourceimpl DescribeElasticsearchDomainOutput
impl DescribeElasticsearchDomainOutput
sourcepub fn domain_status(&self) -> Option<&ElasticsearchDomainStatus>
pub fn domain_status(&self) -> Option<&ElasticsearchDomainStatus>
The current status of the Elasticsearch domain.
sourceimpl DescribeElasticsearchDomainOutput
impl DescribeElasticsearchDomainOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeElasticsearchDomainOutput
.
Trait Implementations
sourceimpl Clone for DescribeElasticsearchDomainOutput
impl Clone for DescribeElasticsearchDomainOutput
sourcefn clone(&self) -> DescribeElasticsearchDomainOutput
fn clone(&self) -> DescribeElasticsearchDomainOutput
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 PartialEq<DescribeElasticsearchDomainOutput> for DescribeElasticsearchDomainOutput
impl PartialEq<DescribeElasticsearchDomainOutput> for DescribeElasticsearchDomainOutput
sourcefn eq(&self, other: &DescribeElasticsearchDomainOutput) -> bool
fn eq(&self, other: &DescribeElasticsearchDomainOutput) -> bool
impl StructuralPartialEq for DescribeElasticsearchDomainOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeElasticsearchDomainOutput
impl Send for DescribeElasticsearchDomainOutput
impl Sync for DescribeElasticsearchDomainOutput
impl Unpin for DescribeElasticsearchDomainOutput
impl UnwindSafe for DescribeElasticsearchDomainOutput
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