Struct rustc_lint_defs::AmbiguityErrorDiag
source · pub struct AmbiguityErrorDiag {
pub msg: String,
pub span: Span,
pub label_span: Span,
pub label_msg: String,
pub note_msg: String,
pub b1_span: Span,
pub b1_note_msg: String,
pub b1_help_msgs: Vec<String>,
pub b2_span: Span,
pub b2_note_msg: String,
pub b2_help_msgs: Vec<String>,
}
Fields§
§msg: String
§span: Span
§label_span: Span
§label_msg: String
§note_msg: String
§b1_span: Span
§b1_note_msg: String
§b1_help_msgs: Vec<String>
§b2_span: Span
§b2_note_msg: String
§b2_help_msgs: Vec<String>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AmbiguityErrorDiag
impl !Send for AmbiguityErrorDiag
impl !Sync for AmbiguityErrorDiag
impl Unpin for AmbiguityErrorDiag
impl UnwindSafe for AmbiguityErrorDiag
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: 200 bytes