pub struct RuleEvaluationMetric {
pub rule_name: String,
pub passed_count: i64,
pub failed_count: i64,
}Fields
rule_name: Stringpassed_count: i64failed_count: i64Trait Implementations
sourceimpl Clone for RuleEvaluationMetric
impl Clone for RuleEvaluationMetric
sourcefn clone(&self) -> RuleEvaluationMetric
fn clone(&self) -> RuleEvaluationMetric
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RuleEvaluationMetric
impl Debug for RuleEvaluationMetric
sourceimpl Default for RuleEvaluationMetric
impl Default for RuleEvaluationMetric
sourcefn default() -> RuleEvaluationMetric
fn default() -> RuleEvaluationMetric
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for RuleEvaluationMetric
impl<'de> Deserialize<'de> for RuleEvaluationMetric
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<RuleEvaluationMetric> for RuleEvaluationMetric
impl PartialEq<RuleEvaluationMetric> for RuleEvaluationMetric
sourcefn eq(&self, other: &RuleEvaluationMetric) -> bool
fn eq(&self, other: &RuleEvaluationMetric) -> bool
sourceimpl Serialize for RuleEvaluationMetric
impl Serialize for RuleEvaluationMetric
impl StructuralPartialEq for RuleEvaluationMetric
Auto Trait Implementations
impl RefUnwindSafe for RuleEvaluationMetric
impl Send for RuleEvaluationMetric
impl Sync for RuleEvaluationMetric
impl Unpin for RuleEvaluationMetric
impl UnwindSafe for RuleEvaluationMetric
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more