pub struct PolicyShadowStats {
pub comparisons: u64,
pub diffs: u64,
}Expand description
Shadow-mode counters (tools.policy = "shadow").
Fields§
§comparisons: u64§diffs: u64Trait Implementations§
Source§impl Clone for PolicyShadowStats
impl Clone for PolicyShadowStats
Source§fn clone(&self) -> PolicyShadowStats
fn clone(&self) -> PolicyShadowStats
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 moreimpl Copy for PolicyShadowStats
Source§impl Debug for PolicyShadowStats
impl Debug for PolicyShadowStats
impl Eq for PolicyShadowStats
Source§impl PartialEq for PolicyShadowStats
impl PartialEq for PolicyShadowStats
Source§fn eq(&self, other: &PolicyShadowStats) -> bool
fn eq(&self, other: &PolicyShadowStats) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PolicyShadowStats
Auto Trait Implementations§
impl Freeze for PolicyShadowStats
impl RefUnwindSafe for PolicyShadowStats
impl Send for PolicyShadowStats
impl Sync for PolicyShadowStats
impl Unpin for PolicyShadowStats
impl UnsafeUnpin for PolicyShadowStats
impl UnwindSafe for PolicyShadowStats
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