pub struct P0ResidualExpectation {
pub kind: IncompletenessKind,
pub identity: &'static str,
pub classification: ResidualClassification,
}Expand description
An admitted semantic residual for one P0 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 P0ResidualExpectation
impl Clone for P0ResidualExpectation
Source§fn clone(&self) -> P0ResidualExpectation
fn clone(&self) -> P0ResidualExpectation
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 P0ResidualExpectation
Source§impl Debug for P0ResidualExpectation
impl Debug for P0ResidualExpectation
impl Eq for P0ResidualExpectation
Source§impl PartialEq for P0ResidualExpectation
impl PartialEq for P0ResidualExpectation
impl StructuralPartialEq for P0ResidualExpectation
Auto Trait Implementations§
impl Freeze for P0ResidualExpectation
impl RefUnwindSafe for P0ResidualExpectation
impl Send for P0ResidualExpectation
impl Sync for P0ResidualExpectation
impl Unpin for P0ResidualExpectation
impl UnsafeUnpin for P0ResidualExpectation
impl UnwindSafe for P0ResidualExpectation
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