Struct tree_sitter::TreePropertyCursor
source · pub struct TreePropertyCursor<'a, P> { /* private fields */ }
Implementations
sourceimpl<'a, P> TreePropertyCursor<'a, P>
impl<'a, P> TreePropertyCursor<'a, P>
pub fn node(&self) -> Node<'a>
pub fn node_properties(&self) -> &'a P
pub fn goto_first_child(&mut self) -> bool
pub fn goto_next_sibling(&mut self) -> bool
pub fn goto_parent(&mut self) -> bool
Auto Trait Implementations
impl<'a, P> RefUnwindSafe for TreePropertyCursor<'a, P>where
P: RefUnwindSafe,
impl<'a, P> !Send for TreePropertyCursor<'a, P>
impl<'a, P> !Sync for TreePropertyCursor<'a, P>
impl<'a, P> Unpin for TreePropertyCursor<'a, P>
impl<'a, P> UnwindSafe for TreePropertyCursor<'a, P>where
P: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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