pub struct RealProjectGapExpectation {
pub stage: RealProjectStage,
pub kind: RealProjectGapKind,
pub identity: &'static str,
pub classification: ResidualClassification,
}Expand description
An admitted Workshop error for one real-project processing stage.
Fields§
§stage: RealProjectStageThe processing stage where the error is admitted.
kind: RealProjectGapKindThe structured Workshop error kind.
identity: &'static strThe localized spelling or identity carried by the error.
classification: ResidualClassificationThe owner-defined classification corresponding to this gap.
Trait Implementations§
Source§impl Clone for RealProjectGapExpectation
impl Clone for RealProjectGapExpectation
Source§fn clone(&self) -> RealProjectGapExpectation
fn clone(&self) -> RealProjectGapExpectation
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 RealProjectGapExpectation
Source§impl Debug for RealProjectGapExpectation
impl Debug for RealProjectGapExpectation
impl Eq for RealProjectGapExpectation
impl StructuralPartialEq for RealProjectGapExpectation
Auto Trait Implementations§
impl Freeze for RealProjectGapExpectation
impl RefUnwindSafe for RealProjectGapExpectation
impl Send for RealProjectGapExpectation
impl Sync for RealProjectGapExpectation
impl Unpin for RealProjectGapExpectation
impl UnsafeUnpin for RealProjectGapExpectation
impl UnwindSafe for RealProjectGapExpectation
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