pub struct BinaryOperatorRule;Trait Implementations§
Source§impl ValidationRule for BinaryOperatorRule
impl ValidationRule for BinaryOperatorRule
fn name(&self) -> &'static str
fn validate( &self, expr: &Expression, _ctx: &ValidationContext, ) -> ValidationResult
fn can_validate(&self, expr: &Expression) -> bool
Auto Trait Implementations§
impl Freeze for BinaryOperatorRule
impl RefUnwindSafe for BinaryOperatorRule
impl Send for BinaryOperatorRule
impl Sync for BinaryOperatorRule
impl Unpin for BinaryOperatorRule
impl UnsafeUnpin for BinaryOperatorRule
impl UnwindSafe for BinaryOperatorRule
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