pub enum StepParticipantRetirementDisposition {
Committed,
DiscardedCancelled,
RolledBackUnsubmitted,
Aborted,
}Variants§
Trait Implementations§
Source§impl Clone for StepParticipantRetirementDisposition
impl Clone for StepParticipantRetirementDisposition
Source§fn clone(&self) -> StepParticipantRetirementDisposition
fn clone(&self) -> StepParticipantRetirementDisposition
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StepParticipantRetirementDisposition
impl Eq for StepParticipantRetirementDisposition
impl StructuralPartialEq for StepParticipantRetirementDisposition
Auto Trait Implementations§
impl Freeze for StepParticipantRetirementDisposition
impl RefUnwindSafe for StepParticipantRetirementDisposition
impl Send for StepParticipantRetirementDisposition
impl Sync for StepParticipantRetirementDisposition
impl Unpin for StepParticipantRetirementDisposition
impl UnsafeUnpin for StepParticipantRetirementDisposition
impl UnwindSafe for StepParticipantRetirementDisposition
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more