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