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