pub struct VerifiedRisk {
pub risk_id: String,
pub finding_refs: usize,
}Expand description
One verified risk log: its chain walked clean and every finding_ref
resolved to a sealed manifest whose recomputed sha matched.
Fields§
§risk_id: String§finding_refs: usizeNumber of finding_refs resolved and hash-checked.
Trait Implementations§
Source§impl Clone for VerifiedRisk
impl Clone for VerifiedRisk
Source§fn clone(&self) -> VerifiedRisk
fn clone(&self) -> VerifiedRisk
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 moreAuto Trait Implementations§
impl Freeze for VerifiedRisk
impl RefUnwindSafe for VerifiedRisk
impl Send for VerifiedRisk
impl Sync for VerifiedRisk
impl Unpin for VerifiedRisk
impl UnsafeUnpin for VerifiedRisk
impl UnwindSafe for VerifiedRisk
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