Struct aws_sdk_elasticsearch::model::AutoTuneDetails
source · [−]#[non_exhaustive]pub struct AutoTuneDetails { /* private fields */ }
Expand description
Specifies details of the Auto-Tune action. See the Developer Guide for more information.
Implementations
sourceimpl AutoTuneDetails
impl AutoTuneDetails
sourcepub fn scheduled_auto_tune_details(&self) -> Option<&ScheduledAutoTuneDetails>
pub fn scheduled_auto_tune_details(&self) -> Option<&ScheduledAutoTuneDetails>
Specifies details of the scheduled Auto-Tune action. See the Developer Guide for more information.
sourceimpl AutoTuneDetails
impl AutoTuneDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AutoTuneDetails
.
Trait Implementations
sourceimpl Clone for AutoTuneDetails
impl Clone for AutoTuneDetails
sourcefn clone(&self) -> AutoTuneDetails
fn clone(&self) -> AutoTuneDetails
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 AutoTuneDetails
impl Debug for AutoTuneDetails
sourceimpl PartialEq<AutoTuneDetails> for AutoTuneDetails
impl PartialEq<AutoTuneDetails> for AutoTuneDetails
sourcefn eq(&self, other: &AutoTuneDetails) -> bool
fn eq(&self, other: &AutoTuneDetails) -> bool
impl StructuralPartialEq for AutoTuneDetails
Auto Trait Implementations
impl RefUnwindSafe for AutoTuneDetails
impl Send for AutoTuneDetails
impl Sync for AutoTuneDetails
impl Unpin for AutoTuneDetails
impl UnwindSafe for AutoTuneDetails
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