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