Struct rustc_errors::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§
source§impl Clone for SubDiagnostic
impl Clone for SubDiagnostic
source§fn clone(&self) -> SubDiagnostic
fn clone(&self) -> SubDiagnostic
Returns a copy of the value. Read more
1.0.0 · 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 SubDiagnostic
impl Debug for SubDiagnostic
source§impl<__D: Decoder> Decodable<__D> for SubDiagnostic
impl<__D: Decoder> Decodable<__D> for SubDiagnostic
source§impl<__E: Encoder> Encodable<__E> for SubDiagnostic
impl<__E: Encoder> Encodable<__E> for SubDiagnostic
source§impl Hash for SubDiagnostic
impl Hash for SubDiagnostic
source§impl PartialEq<SubDiagnostic> for SubDiagnostic
impl PartialEq<SubDiagnostic> for SubDiagnostic
source§fn eq(&self, other: &SubDiagnostic) -> bool
fn eq(&self, other: &SubDiagnostic) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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
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