pub struct IncrementalErrorMap { /* private fields */ }Expand description
A map of byte offset to error messages for incremental error tracking.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IncrementalErrorMap
impl RefUnwindSafe for IncrementalErrorMap
impl Send for IncrementalErrorMap
impl Sync for IncrementalErrorMap
impl Unpin for IncrementalErrorMap
impl UnsafeUnpin for IncrementalErrorMap
impl UnwindSafe for IncrementalErrorMap
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