pub struct RealProjectResidualExpectation {
pub kind: IncompletenessKind,
pub identity: &'static str,
pub classification: ResidualClassification,
}Expand description
An admitted semantic residual for one real-project source case.
Fields§
§kind: IncompletenessKindThe semantic issue kind reported by crate::semantic::inspect.
identity: &'static strThe locale-independent Workshop identity of the residual.
classification: ResidualClassificationThe owner-defined classification of the residual.
Trait Implementations§
Source§impl Clone for RealProjectResidualExpectation
impl Clone for RealProjectResidualExpectation
Source§fn clone(&self) -> RealProjectResidualExpectation
fn clone(&self) -> RealProjectResidualExpectation
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 RealProjectResidualExpectation
impl Eq for RealProjectResidualExpectation
impl StructuralPartialEq for RealProjectResidualExpectation
Auto Trait Implementations§
impl Freeze for RealProjectResidualExpectation
impl RefUnwindSafe for RealProjectResidualExpectation
impl Send for RealProjectResidualExpectation
impl Sync for RealProjectResidualExpectation
impl Unpin for RealProjectResidualExpectation
impl UnsafeUnpin for RealProjectResidualExpectation
impl UnwindSafe for RealProjectResidualExpectation
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