Struct aws_sdk_elasticsearch::model::ChangeProgressStage
source · [−]#[non_exhaustive]pub struct ChangeProgressStage { /* private fields */ }Expand description
A progress stage details of a specific domain configuration change.
Implementations
sourceimpl ChangeProgressStage
impl ChangeProgressStage
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the progress stage.
sourcepub fn last_updated(&self) -> Option<&DateTime>
pub fn last_updated(&self) -> Option<&DateTime>
The last updated timestamp of the progress stage.
sourceimpl ChangeProgressStage
impl ChangeProgressStage
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ChangeProgressStage.
Trait Implementations
sourceimpl Clone for ChangeProgressStage
impl Clone for ChangeProgressStage
sourcefn clone(&self) -> ChangeProgressStage
fn clone(&self) -> ChangeProgressStage
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 ChangeProgressStage
impl Debug for ChangeProgressStage
sourceimpl PartialEq<ChangeProgressStage> for ChangeProgressStage
impl PartialEq<ChangeProgressStage> for ChangeProgressStage
sourcefn eq(&self, other: &ChangeProgressStage) -> bool
fn eq(&self, other: &ChangeProgressStage) -> bool
impl StructuralPartialEq for ChangeProgressStage
Auto Trait Implementations
impl RefUnwindSafe for ChangeProgressStage
impl Send for ChangeProgressStage
impl Sync for ChangeProgressStage
impl Unpin for ChangeProgressStage
impl UnwindSafe for ChangeProgressStage
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