pub struct SnapshotReceipts(pub Vec<CommitReceipt>);Expand description
Receipts retained by an offline migration witness without changing the public snapshot payload shape.
Tuple Fields§
§0: Vec<CommitReceipt>Trait Implementations§
Source§impl Clone for SnapshotReceipts
impl Clone for SnapshotReceipts
Source§fn clone(&self) -> SnapshotReceipts
fn clone(&self) -> SnapshotReceipts
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 SnapshotReceipts
impl Debug for SnapshotReceipts
impl Eq for SnapshotReceipts
Source§impl PartialEq for SnapshotReceipts
impl PartialEq for SnapshotReceipts
impl StructuralPartialEq for SnapshotReceipts
Auto Trait Implementations§
impl Freeze for SnapshotReceipts
impl RefUnwindSafe for SnapshotReceipts
impl Send for SnapshotReceipts
impl Sync for SnapshotReceipts
impl Unpin for SnapshotReceipts
impl UnsafeUnpin for SnapshotReceipts
impl UnwindSafe for SnapshotReceipts
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