Struct solana_runtime::accounts_db::IndexAccountMapEntry
source · struct IndexAccountMapEntry<'a> {
pub write_version: StoredMetaWriteVersion,
pub store_id: AppendVecId,
pub stored_account: StoredAccountMeta<'a>,
}
Fields§
§write_version: StoredMetaWriteVersion
§store_id: AppendVecId
§stored_account: StoredAccountMeta<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for IndexAccountMapEntry<'a>
impl<'a> Send for IndexAccountMapEntry<'a>
impl<'a> Sync for IndexAccountMapEntry<'a>
impl<'a> Unpin for IndexAccountMapEntry<'a>
impl<'a> UnwindSafe for IndexAccountMapEntry<'a>
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