pub struct ReadEvidence {
pub modified_ns: i128,
pub content_hash: ContentHash,
pub model_view_covers_full_file: bool,
pub snapshot_covers_full_file: bool,
}Expand description
Evidence captured when a model-visible file read succeeds.
Fields§
§modified_ns: i128§content_hash: ContentHash§model_view_covers_full_file: bool§snapshot_covers_full_file: boolTrait Implementations§
Source§impl Clone for ReadEvidence
impl Clone for ReadEvidence
Source§fn clone(&self) -> ReadEvidence
fn clone(&self) -> ReadEvidence
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 ReadEvidence
Source§impl Debug for ReadEvidence
impl Debug for ReadEvidence
impl Eq for ReadEvidence
Source§impl PartialEq for ReadEvidence
impl PartialEq for ReadEvidence
impl StructuralPartialEq for ReadEvidence
Auto Trait Implementations§
impl Freeze for ReadEvidence
impl RefUnwindSafe for ReadEvidence
impl Send for ReadEvidence
impl Sync for ReadEvidence
impl Unpin for ReadEvidence
impl UnsafeUnpin for ReadEvidence
impl UnwindSafe for ReadEvidence
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.