Struct aws_sdk_opensearch::types::AwsDomainInformation
source · #[non_exhaustive]pub struct AwsDomainInformation { /* private fields */ }Expand description
Information about an Amazon OpenSearch Service domain.
Implementations§
source§impl AwsDomainInformation
impl AwsDomainInformation
sourcepub fn builder() -> AwsDomainInformationBuilder
pub fn builder() -> AwsDomainInformationBuilder
Creates a new builder-style object to manufacture AwsDomainInformation.
Trait Implementations§
source§impl Clone for AwsDomainInformation
impl Clone for AwsDomainInformation
source§fn clone(&self) -> AwsDomainInformation
fn clone(&self) -> AwsDomainInformation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for AwsDomainInformation
impl Debug for AwsDomainInformation
source§impl PartialEq<AwsDomainInformation> for AwsDomainInformation
impl PartialEq<AwsDomainInformation> for AwsDomainInformation
source§fn eq(&self, other: &AwsDomainInformation) -> bool
fn eq(&self, other: &AwsDomainInformation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AwsDomainInformation
Auto Trait Implementations§
impl RefUnwindSafe for AwsDomainInformation
impl Send for AwsDomainInformation
impl Sync for AwsDomainInformation
impl Unpin for AwsDomainInformation
impl UnwindSafe for AwsDomainInformation
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more