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