pub struct IntegrityReport {
pub physical: Section,
pub logical: Section,
pub semantic: Section,
}Expand description
Three-section integrity report. AC-043a pins exactly these three keys.
Fields§
§physical: Section§logical: Section§semantic: SectionTrait Implementations§
Source§impl Clone for IntegrityReport
impl Clone for IntegrityReport
Source§fn clone(&self) -> IntegrityReport
fn clone(&self) -> IntegrityReport
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 IntegrityReport
impl Debug for IntegrityReport
impl Eq for IntegrityReport
Source§impl PartialEq for IntegrityReport
impl PartialEq for IntegrityReport
Source§fn eq(&self, other: &IntegrityReport) -> bool
fn eq(&self, other: &IntegrityReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IntegrityReport
Auto Trait Implementations§
impl Freeze for IntegrityReport
impl RefUnwindSafe for IntegrityReport
impl Send for IntegrityReport
impl Sync for IntegrityReport
impl Unpin for IntegrityReport
impl UnsafeUnpin for IntegrityReport
impl UnwindSafe for IntegrityReport
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