pub struct NamedChildIndex;
Expand description
The implementation of the standard named-child-index
function.
Trait Implementations§
Source§impl 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 Freeze for NamedChildIndex
impl RefUnwindSafe for NamedChildIndex
impl Send for NamedChildIndex
impl Sync for NamedChildIndex
impl Unpin for NamedChildIndex
impl UnwindSafe for NamedChildIndex
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