pub struct ModeIndex { /* private fields */ }Expand description
A sorted, coalesced partition of the document’s token ranges by effective mode.
Implementations§
Trait Implementations§
impl Eq for ModeIndex
impl StructuralPartialEq for ModeIndex
Auto Trait Implementations§
impl Freeze for ModeIndex
impl RefUnwindSafe for ModeIndex
impl Send for ModeIndex
impl Sync for ModeIndex
impl Unpin for ModeIndex
impl UnsafeUnpin for ModeIndex
impl UnwindSafe for ModeIndex
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