pub(crate) struct ThresholdComparison {
pub(crate) predicate: String,
pub(crate) left: String,
pub(crate) op: String,
pub(crate) right: String,
pub(crate) left_value: String,
pub(crate) right_value: String,
pub(crate) passed: bool,
}Fields§
§predicate: String§left: String§op: String§right: String§left_value: String§right_value: String§passed: boolAuto Trait Implementations§
impl Freeze for ThresholdComparison
impl RefUnwindSafe for ThresholdComparison
impl Send for ThresholdComparison
impl Sync for ThresholdComparison
impl Unpin for ThresholdComparison
impl UnsafeUnpin for ThresholdComparison
impl UnwindSafe for ThresholdComparison
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