pub struct AuditVerifyResult {
pub entries_verified: u64,
pub chain_valid: bool,
pub chain_break_at: Option<u64>,
}Expand description
Result of verifying an audit log’s HMAC chain.
Fields§
§entries_verified: u64§chain_valid: bool§chain_break_at: Option<u64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuditVerifyResult
impl RefUnwindSafe for AuditVerifyResult
impl Send for AuditVerifyResult
impl Sync for AuditVerifyResult
impl Unpin for AuditVerifyResult
impl UnsafeUnpin for AuditVerifyResult
impl UnwindSafe for AuditVerifyResult
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