pub struct PipelineIssue {
pub severity: IssueSeverity,
pub message: String,
}Expand description
A validation issue found in a pipeline contract.
Fields§
§severity: IssueSeverity§message: StringTrait Implementations§
Source§impl Clone for PipelineIssue
impl Clone for PipelineIssue
Source§fn clone(&self) -> PipelineIssue
fn clone(&self) -> PipelineIssue
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 moreAuto Trait Implementations§
impl Freeze for PipelineIssue
impl RefUnwindSafe for PipelineIssue
impl Send for PipelineIssue
impl Sync for PipelineIssue
impl Unpin for PipelineIssue
impl UnsafeUnpin for PipelineIssue
impl UnwindSafe for PipelineIssue
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