pub struct ExprLocationIndex { /* private fields */ }Expand description
Expression location index: maps hash to source locations.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExprLocationIndex
impl RefUnwindSafe for ExprLocationIndex
impl Send for ExprLocationIndex
impl Sync for ExprLocationIndex
impl Unpin for ExprLocationIndex
impl UnsafeUnpin for ExprLocationIndex
impl UnwindSafe for ExprLocationIndex
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