pub struct SignalCounts {
pub novelty: u32,
pub test_reachability: u32,
pub pattern_deviation: u32,
pub invariant_adjacency: u32,
pub self_flagged_uncertainty: u32,
}Expand description
Per-module risk-signal fire counts on this state.
Fields§
§novelty: u32§test_reachability: u32§pattern_deviation: u32§invariant_adjacency: u32§self_flagged_uncertainty: u32Trait Implementations§
Source§impl Clone for SignalCounts
impl Clone for SignalCounts
Source§fn clone(&self) -> SignalCounts
fn clone(&self) -> SignalCounts
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 SignalCounts
impl Debug for SignalCounts
Source§impl Default for SignalCounts
impl Default for SignalCounts
Source§fn default() -> SignalCounts
fn default() -> SignalCounts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SignalCounts
impl<'de> Deserialize<'de> for SignalCounts
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 SignalCounts
impl PartialEq for SignalCounts
Source§fn eq(&self, other: &SignalCounts) -> bool
fn eq(&self, other: &SignalCounts) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SignalCounts
impl Serialize for SignalCounts
impl StructuralPartialEq for SignalCounts
Auto Trait Implementations§
impl Freeze for SignalCounts
impl RefUnwindSafe for SignalCounts
impl Send for SignalCounts
impl Sync for SignalCounts
impl Unpin for SignalCounts
impl UnsafeUnpin for SignalCounts
impl UnwindSafe for SignalCounts
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request