pub struct UnaryNotBool;Trait Implementations§
Source§impl FunctionImplementation for UnaryNotBool
impl FunctionImplementation for UnaryNotBool
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 UnaryNotBool
impl RefUnwindSafe for UnaryNotBool
impl Send for UnaryNotBool
impl Sync for UnaryNotBool
impl Unpin for UnaryNotBool
impl UnsafeUnpin for UnaryNotBool
impl UnwindSafe for UnaryNotBool
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