Struct Comparison
pub struct Comparison {
pub(crate) eq: Vec<Value>,
pub(crate) pattern: Option<Regex>,
pub(crate) integer_eq: Vec<i64>,
pub(crate) gt: f64,
pub(crate) gte: f64,
pub(crate) lt: f64,
pub(crate) lte: f64,
}Fields§
§eq: Vec<Value>§pattern: Option<Regex>§integer_eq: Vec<i64>§gt: f64§gte: f64§lt: f64§lte: f64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Comparison
impl RefUnwindSafe for Comparison
impl Send for Comparison
impl Sync for Comparison
impl Unpin for Comparison
impl UnwindSafe for Comparison
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