pub enum CreateDeploymentStepOutcome {
Success,
Skipped,
Failure,
}Variants§
Trait Implementations§
Source§impl Clone for CreateDeploymentStepOutcome
impl Clone for CreateDeploymentStepOutcome
Source§fn clone(&self) -> CreateDeploymentStepOutcome
fn clone(&self) -> CreateDeploymentStepOutcome
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CreateDeploymentStepOutcome
impl Debug for CreateDeploymentStepOutcome
impl Copy for CreateDeploymentStepOutcome
impl Eq for CreateDeploymentStepOutcome
impl StructuralPartialEq for CreateDeploymentStepOutcome
Auto Trait Implementations§
impl Freeze for CreateDeploymentStepOutcome
impl RefUnwindSafe for CreateDeploymentStepOutcome
impl Send for CreateDeploymentStepOutcome
impl Sync for CreateDeploymentStepOutcome
impl Unpin for CreateDeploymentStepOutcome
impl UnsafeUnpin for CreateDeploymentStepOutcome
impl UnwindSafe for CreateDeploymentStepOutcome
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