pub struct ClassifiedDeployOutcome {
pub error_code: DeployFailureClass,
pub phase: DeployPhase,
pub diagnostics: Vec<String>,
}Expand description
Classified outcome used when writing history.
Fields§
§error_code: DeployFailureClass§phase: DeployPhase§diagnostics: Vec<String>Implementations§
Trait Implementations§
Source§impl Clone for ClassifiedDeployOutcome
impl Clone for ClassifiedDeployOutcome
Source§fn clone(&self) -> ClassifiedDeployOutcome
fn clone(&self) -> ClassifiedDeployOutcome
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 moreSource§impl Debug for ClassifiedDeployOutcome
impl Debug for ClassifiedDeployOutcome
impl Eq for ClassifiedDeployOutcome
Source§impl PartialEq for ClassifiedDeployOutcome
impl PartialEq for ClassifiedDeployOutcome
impl StructuralPartialEq for ClassifiedDeployOutcome
Auto Trait Implementations§
impl Freeze for ClassifiedDeployOutcome
impl RefUnwindSafe for ClassifiedDeployOutcome
impl Send for ClassifiedDeployOutcome
impl Sync for ClassifiedDeployOutcome
impl Unpin for ClassifiedDeployOutcome
impl UnsafeUnpin for ClassifiedDeployOutcome
impl UnwindSafe for ClassifiedDeployOutcome
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