Struct rustc_parse::parser::diagnostics::MultiSugg
source · struct MultiSugg {
msg: String,
patches: Vec<(Span, String)>,
applicability: Applicability,
}
Fields§
§msg: String
§patches: Vec<(Span, String)>
§applicability: Applicability
Implementations§
source§impl MultiSugg
impl MultiSugg
fn emit(self, err: &mut Diagnostic)
fn emit_verbose(self, err: &mut Diagnostic)
Auto Trait Implementations§
impl RefUnwindSafe for MultiSugg
impl !Send for MultiSugg
impl !Sync for MultiSugg
impl Unpin for MultiSugg
impl UnwindSafe for MultiSugg
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: 56 bytes