pub struct SnapshotValidation {
pub facts: SnapshotFacts,
pub entries: Vec<SnapshotEntry>,
}Fields§
§facts: SnapshotFacts§entries: Vec<SnapshotEntry>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SnapshotValidation
impl RefUnwindSafe for SnapshotValidation
impl Send for SnapshotValidation
impl Sync for SnapshotValidation
impl Unpin for SnapshotValidation
impl UnsafeUnpin for SnapshotValidation
impl UnwindSafe for SnapshotValidation
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