pub struct GateViolation {
pub evaluator_id: String,
pub class: MetricClass,
pub decision: MetricDecision,
pub reason: String,
}Fields§
§evaluator_id: String§class: MetricClass§decision: MetricDecision§reason: StringTrait Implementations§
Source§impl Clone for GateViolation
impl Clone for GateViolation
Source§fn clone(&self) -> GateViolation
fn clone(&self) -> GateViolation
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 moreSource§impl Debug for GateViolation
impl Debug for GateViolation
Source§impl<'de> Deserialize<'de> for GateViolation
impl<'de> Deserialize<'de> for GateViolation
Source§fn 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
Source§impl PartialEq for GateViolation
impl PartialEq for GateViolation
Source§impl Serialize for GateViolation
impl Serialize for GateViolation
impl StructuralPartialEq for GateViolation
Auto Trait Implementations§
impl Freeze for GateViolation
impl RefUnwindSafe for GateViolation
impl Send for GateViolation
impl Sync for GateViolation
impl Unpin for GateViolation
impl UnsafeUnpin for GateViolation
impl UnwindSafe for GateViolation
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