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