pub(crate) struct StorageAndNextAppendVecId {
pub storage: AccountStorageMap,
pub next_append_vec_id: AtomicAppendVecId,
}
Expand description
Helper type for passing around account storage map and next append vec id for reconstructing accounts from a snapshot
Fields§
§storage: AccountStorageMap
§next_append_vec_id: AtomicAppendVecId
Auto Trait Implementations§
impl !RefUnwindSafe for StorageAndNextAppendVecId
impl Send for StorageAndNextAppendVecId
impl Sync for StorageAndNextAppendVecId
impl Unpin for StorageAndNextAppendVecId
impl UnwindSafe for StorageAndNextAppendVecId
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