pub struct JsonQuery;Trait Implementations§
Source§impl FunctionImplementation for JsonQuery
impl FunctionImplementation for JsonQuery
fn check_instantiability( _fn_spec: &FunctionSpecification, _auth_ctx: &AuthorizationContext, _args: &Vec<Type>, ) -> Result<Type, Diagnostic>
fn run( fn_spec: &FunctionSpecification, _auth_ctx: &AuthorizationContext, args: &Vec<Value>, ) -> Result<Value, Diagnostic>
Auto Trait Implementations§
impl Freeze for JsonQuery
impl RefUnwindSafe for JsonQuery
impl Send for JsonQuery
impl Sync for JsonQuery
impl Unpin for JsonQuery
impl UnsafeUnpin for JsonQuery
impl UnwindSafe for JsonQuery
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