pub struct EvolutionMetrics {
pub standard: Option<Value>,
pub hypergraph: Option<Value>,
pub verdict: Option<String>,
}Fields§
§standard: Option<Value>§hypergraph: Option<Value>§verdict: Option<String>Trait Implementations§
Source§impl Debug for EvolutionMetrics
impl Debug for EvolutionMetrics
Source§impl<'de> Deserialize<'de> for EvolutionMetrics
impl<'de> Deserialize<'de> for EvolutionMetrics
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
Auto Trait Implementations§
impl Freeze for EvolutionMetrics
impl RefUnwindSafe for EvolutionMetrics
impl Send for EvolutionMetrics
impl Sync for EvolutionMetrics
impl Unpin for EvolutionMetrics
impl UnsafeUnpin for EvolutionMetrics
impl UnwindSafe for EvolutionMetrics
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