Struct tree_sitter_graph::functions::stdlib::syntax::NamedChildIndex    
source · [−]pub struct NamedChildIndex;Expand description
The implementation of the standard named-child-index
function.
Trait Implementations
sourceimpl Function for NamedChildIndex
 
impl Function for NamedChildIndex
fn call(
    &self,
    graph: &mut Graph<'_>,
    _source: &str,
    parameters: &mut dyn Parameters
) -> Result<Value, ExecutionError>
Auto Trait Implementations
impl RefUnwindSafe for NamedChildIndex
impl Send for NamedChildIndex
impl Sync for NamedChildIndex
impl Unpin for NamedChildIndex
impl UnwindSafe for NamedChildIndex
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    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