Struct aws_sdk_elasticsearch::model::ColdStorageOptions
source · [−]#[non_exhaustive]pub struct ColdStorageOptions { /* private fields */ }
Expand description
Specifies the configuration for cold storage options such as enabled
Implementations
sourceimpl ColdStorageOptions
impl ColdStorageOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ColdStorageOptions
.
Trait Implementations
sourceimpl Clone for ColdStorageOptions
impl Clone for ColdStorageOptions
sourcefn clone(&self) -> ColdStorageOptions
fn clone(&self) -> ColdStorageOptions
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 ColdStorageOptions
impl Debug for ColdStorageOptions
sourceimpl PartialEq<ColdStorageOptions> for ColdStorageOptions
impl PartialEq<ColdStorageOptions> for ColdStorageOptions
sourcefn eq(&self, other: &ColdStorageOptions) -> bool
fn eq(&self, other: &ColdStorageOptions) -> bool
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
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