pub struct DiagnosticLocation {
pub file_id: FileId,
pub span: TextSpan,
}
Fields§
§file_id: FileId
§span: TextSpan
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DiagnosticLocation
impl Send for DiagnosticLocation
impl Sync for DiagnosticLocation
impl Unpin for DiagnosticLocation
impl UnwindSafe for DiagnosticLocation
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