Struct lsp_text::ChunkWalker
source · [−]pub struct ChunkWalker { /* private fields */ }
Implementations
sourceimpl ChunkWalker
impl ChunkWalker
Auto Trait Implementations
impl RefUnwindSafe for ChunkWalker
impl Send for ChunkWalker
impl Sync for ChunkWalker
impl Unpin for ChunkWalker
impl UnwindSafe for ChunkWalker
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more