Struct tree_sitter::TreePropertyCursor
source · pub struct TreePropertyCursor<'a> { /* private fields */ }
Implementations
sourceimpl<'a> TreePropertyCursor<'a>
impl<'a> TreePropertyCursor<'a>
pub fn node(&self) -> Node<'a>
pub fn node_properties(&self) -> &'a HashMap<String, String>
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> RefUnwindSafe for TreePropertyCursor<'a>
impl<'a> !Send for TreePropertyCursor<'a>
impl<'a> !Sync for TreePropertyCursor<'a>
impl<'a> Unpin for TreePropertyCursor<'a>
impl<'a> UnwindSafe for TreePropertyCursor<'a>
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