Struct tree_sitter_graph::Variables
source · [−]pub struct Variables<'a>(_);
Expand description
Global immutable variables
Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Globals<'a>
impl<'a> !Send for Globals<'a>
impl<'a> !Sync for Globals<'a>
impl<'a> Unpin for Globals<'a>
impl<'a> !UnwindSafe for Globals<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more