pub struct FormattedDiagnosticEntry(/* private fields */);
Implementations§
Trait Implementations§
source§impl Debug for FormattedDiagnosticEntry
impl Debug for FormattedDiagnosticEntry
Auto Trait Implementations§
impl RefUnwindSafe for FormattedDiagnosticEntry
impl Send for FormattedDiagnosticEntry
impl Sync for FormattedDiagnosticEntry
impl Unpin for FormattedDiagnosticEntry
impl UnwindSafe for FormattedDiagnosticEntry
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