Struct rustc_errors::diagnostic::SubDiagnostic
source · pub struct SubDiagnostic {
pub level: Level,
pub message: Vec<(DiagnosticMessage, Style)>,
pub span: MultiSpan,
pub render_span: Option<MultiSpan>,
}
Expand description
A “sub”-diagnostic attached to a parent diagnostic. For example, a note attached to an error.
Fields
level: Level
message: Vec<(DiagnosticMessage, Style)>
span: MultiSpan
render_span: Option<MultiSpan>
Trait Implementations
sourceimpl Clone for SubDiagnostic
impl Clone for SubDiagnostic
sourcefn clone(&self) -> SubDiagnostic
fn clone(&self) -> SubDiagnostic
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SubDiagnostic
impl Debug for SubDiagnostic
sourceimpl<__D: Decoder> Decodable<__D> for SubDiagnostic
impl<__D: Decoder> Decodable<__D> for SubDiagnostic
sourceimpl<__E: Encoder> Encodable<__E> for SubDiagnostic
impl<__E: Encoder> Encodable<__E> for SubDiagnostic
sourceimpl Hash for SubDiagnostic
impl Hash for SubDiagnostic
sourceimpl PartialEq<SubDiagnostic> for SubDiagnostic
impl PartialEq<SubDiagnostic> for SubDiagnostic
sourcefn eq(&self, other: &SubDiagnostic) -> bool
fn eq(&self, other: &SubDiagnostic) -> bool
impl StructuralPartialEq for SubDiagnostic
Auto Trait Implementations
impl RefUnwindSafe for SubDiagnostic
impl !Send for SubDiagnostic
impl !Sync for SubDiagnostic
impl Unpin for SubDiagnostic
impl UnwindSafe for SubDiagnostic
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 144 bytes