pub struct NamedChildCount;
Trait Implementations§
Source§impl Function for NamedChildCount
impl Function for NamedChildCount
fn call( &self, graph: &mut Graph<'_>, _source: &str, parameters: &mut dyn Parameters, ) -> Result<Value, ExecutionError>
Auto Trait Implementations§
impl Freeze for NamedChildCount
impl RefUnwindSafe for NamedChildCount
impl Send for NamedChildCount
impl Sync for NamedChildCount
impl Unpin for NamedChildCount
impl UnwindSafe for NamedChildCount
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