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