Struct aws_sdk_elasticsearch::types::ColdStorageOptions
source · #[non_exhaustive]pub struct ColdStorageOptions { /* private fields */ }
Expand description
Specifies the configuration for cold storage options such as enabled
Implementations§
source§impl ColdStorageOptions
impl ColdStorageOptions
sourcepub fn builder() -> ColdStorageOptionsBuilder
pub fn builder() -> ColdStorageOptionsBuilder
Creates a new builder-style object to manufacture ColdStorageOptions
.
Trait Implementations§
source§impl Clone for ColdStorageOptions
impl Clone for ColdStorageOptions
source§fn clone(&self) -> ColdStorageOptions
fn clone(&self) -> ColdStorageOptions
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 ColdStorageOptions
impl Debug for ColdStorageOptions
source§impl PartialEq<ColdStorageOptions> for ColdStorageOptions
impl PartialEq<ColdStorageOptions> for ColdStorageOptions
source§fn eq(&self, other: &ColdStorageOptions) -> bool
fn eq(&self, other: &ColdStorageOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ColdStorageOptions
Auto Trait Implementations§
impl RefUnwindSafe for ColdStorageOptions
impl Send for ColdStorageOptions
impl Sync for ColdStorageOptions
impl Unpin for ColdStorageOptions
impl UnwindSafe for ColdStorageOptions
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