struct ThresholdComparison {
predicate: String,
left: String,
op: String,
right: String,
left_value: String,
right_value: String,
passed: bool,
}Fields§
§predicate: String§left: String§op: String§right: String§left_value: String§right_value: String§passed: boolTrait Implementations§
Source§impl Clone for ThresholdComparison
impl Clone for ThresholdComparison
Source§fn clone(&self) -> ThresholdComparison
fn clone(&self) -> ThresholdComparison
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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§
impl<T> Allocation for T
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