pub struct DiagnosticLocator { /* private fields */ }Expand description
Already escaped source-owner locator. Never accepts driver messages or URLs.
Implementations§
Trait Implementations§
Source§impl Debug for DiagnosticLocator
impl Debug for DiagnosticLocator
Auto Trait Implementations§
impl Freeze for DiagnosticLocator
impl RefUnwindSafe for DiagnosticLocator
impl Send for DiagnosticLocator
impl Sync for DiagnosticLocator
impl Unpin for DiagnosticLocator
impl UnsafeUnpin for DiagnosticLocator
impl UnwindSafe for DiagnosticLocator
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