pub struct SnapshotContent {
pub bytes: Vec<u8>,
pub evidence: SnapshotEvidence,
}Expand description
File bytes verified against the selected scan entry.
Fields§
§bytes: Vec<u8>§evidence: SnapshotEvidenceTrait Implementations§
Source§impl Clone for SnapshotContent
impl Clone for SnapshotContent
Source§fn clone(&self) -> SnapshotContent
fn clone(&self) -> SnapshotContent
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 SnapshotContent
impl Debug for SnapshotContent
impl Eq for SnapshotContent
Source§impl PartialEq for SnapshotContent
impl PartialEq for SnapshotContent
impl StructuralPartialEq for SnapshotContent
Auto Trait Implementations§
impl Freeze for SnapshotContent
impl RefUnwindSafe for SnapshotContent
impl Send for SnapshotContent
impl Sync for SnapshotContent
impl Unpin for SnapshotContent
impl UnsafeUnpin for SnapshotContent
impl UnwindSafe for SnapshotContent
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