Struct aws_sdk_opensearch::types::VersionStatus
source · #[non_exhaustive]pub struct VersionStatus { /* private fields */ }Expand description
The status of the the OpenSearch or Elasticsearch version options for the specified Amazon OpenSearch Service domain.
Implementations§
source§impl VersionStatus
impl VersionStatus
source§impl VersionStatus
impl VersionStatus
sourcepub fn builder() -> VersionStatusBuilder
pub fn builder() -> VersionStatusBuilder
Creates a new builder-style object to manufacture VersionStatus.
Trait Implementations§
source§impl Clone for VersionStatus
impl Clone for VersionStatus
source§fn clone(&self) -> VersionStatus
fn clone(&self) -> VersionStatus
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 VersionStatus
impl Debug for VersionStatus
source§impl PartialEq<VersionStatus> for VersionStatus
impl PartialEq<VersionStatus> for VersionStatus
source§fn eq(&self, other: &VersionStatus) -> bool
fn eq(&self, other: &VersionStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for VersionStatus
Auto Trait Implementations§
impl RefUnwindSafe for VersionStatus
impl Send for VersionStatus
impl Sync for VersionStatus
impl Unpin for VersionStatus
impl UnwindSafe for VersionStatus
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