pub struct SemanticIssue {
pub kind: IncompletenessKind,
pub name: String,
pub span: Option<Span>,
pub classification: ResidualClassification,
}Fields§
§kind: IncompletenessKind§name: String§span: Option<Span>§classification: ResidualClassificationTrait Implementations§
Source§impl Clone for SemanticIssue
impl Clone for SemanticIssue
Source§fn clone(&self) -> SemanticIssue
fn clone(&self) -> SemanticIssue
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 SemanticIssue
impl Debug for SemanticIssue
impl Eq for SemanticIssue
Source§impl PartialEq for SemanticIssue
impl PartialEq for SemanticIssue
impl StructuralPartialEq for SemanticIssue
Auto Trait Implementations§
impl Freeze for SemanticIssue
impl RefUnwindSafe for SemanticIssue
impl Send for SemanticIssue
impl Sync for SemanticIssue
impl Unpin for SemanticIssue
impl UnsafeUnpin for SemanticIssue
impl UnwindSafe for SemanticIssue
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