pub enum SnapshotEvidence {
FileVersion,
Sha256,
}Expand description
Evidence used to bind returned bytes to a scan snapshot.
Variants§
Trait Implementations§
Source§impl Clone for SnapshotEvidence
impl Clone for SnapshotEvidence
Source§fn clone(&self) -> SnapshotEvidence
fn clone(&self) -> SnapshotEvidence
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 moreimpl Copy for SnapshotEvidence
Source§impl Debug for SnapshotEvidence
impl Debug for SnapshotEvidence
impl Eq for SnapshotEvidence
Source§impl PartialEq for SnapshotEvidence
impl PartialEq for SnapshotEvidence
impl StructuralPartialEq for SnapshotEvidence
Auto Trait Implementations§
impl Freeze for SnapshotEvidence
impl RefUnwindSafe for SnapshotEvidence
impl Send for SnapshotEvidence
impl Sync for SnapshotEvidence
impl Unpin for SnapshotEvidence
impl UnsafeUnpin for SnapshotEvidence
impl UnwindSafe for SnapshotEvidence
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