pub struct EvidenceSummary {
pub journal_records: usize,
pub session_events: Option<usize>,
pub checkpoints: Option<usize>,
}Fields§
§journal_records: usize§session_events: Option<usize>§checkpoints: Option<usize>Trait Implementations§
Source§impl Clone for EvidenceSummary
impl Clone for EvidenceSummary
Source§fn clone(&self) -> EvidenceSummary
fn clone(&self) -> EvidenceSummary
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 EvidenceSummary
impl Debug for EvidenceSummary
impl Eq for EvidenceSummary
Source§impl PartialEq for EvidenceSummary
impl PartialEq for EvidenceSummary
Source§impl Serialize for EvidenceSummary
impl Serialize for EvidenceSummary
impl StructuralPartialEq for EvidenceSummary
Auto Trait Implementations§
impl Freeze for EvidenceSummary
impl RefUnwindSafe for EvidenceSummary
impl Send for EvidenceSummary
impl Sync for EvidenceSummary
impl Unpin for EvidenceSummary
impl UnsafeUnpin for EvidenceSummary
impl UnwindSafe for EvidenceSummary
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