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