pub struct SecretSummary {
pub secret: SecretKind,
pub hash8: String,
pub count: u64,
}Expand description
Aggregated per-secret tally for a RedactOutcome and the audit event.
Fields§
§secret: SecretKindThe detected secret kind.
hash8: StringThe secret’s correlation tag.
count: u64Total occurrences replaced.
Trait Implementations§
Source§impl Clone for SecretSummary
impl Clone for SecretSummary
Source§fn clone(&self) -> SecretSummary
fn clone(&self) -> SecretSummary
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 SecretSummary
impl Debug for SecretSummary
impl Eq for SecretSummary
Source§impl PartialEq for SecretSummary
impl PartialEq for SecretSummary
impl StructuralPartialEq for SecretSummary
Auto Trait Implementations§
impl Freeze for SecretSummary
impl RefUnwindSafe for SecretSummary
impl Send for SecretSummary
impl Sync for SecretSummary
impl Unpin for SecretSummary
impl UnsafeUnpin for SecretSummary
impl UnwindSafe for SecretSummary
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.