Struct tree_sitter::ffi::TSLookaheadIterator
source · #[repr(C)]pub struct TSLookaheadIterator { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TSLookaheadIterator
impl RefUnwindSafe for TSLookaheadIterator
impl Send for TSLookaheadIterator
impl Sync for TSLookaheadIterator
impl Unpin for TSLookaheadIterator
impl UnwindSafe for TSLookaheadIterator
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