pub struct LineInfoStore<Line: Eq + Hash> { /* private fields */ }Expand description
Tracks different types of annotations for each line within a given buffer.
Implementations§
Source§impl<L> LineInfoStore<L>
impl<L> LineInfoStore<L>
Trait Implementations§
Auto Trait Implementations§
impl<Line> Freeze for LineInfoStore<Line>
impl<Line> !RefUnwindSafe for LineInfoStore<Line>
impl<Line> Send for LineInfoStore<Line>where
Line: Send,
impl<Line> Sync for LineInfoStore<Line>where
Line: Sync,
impl<Line> Unpin for LineInfoStore<Line>where
Line: Unpin,
impl<Line> UnsafeUnpin for LineInfoStore<Line>
impl<Line> !UnwindSafe for LineInfoStore<Line>
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