Struct solana_runtime::accounts_cache::CachedAccountInner
source · pub struct CachedAccountInner {
pub account: AccountSharedData,
pub include_slot_in_hash: IncludeSlotInHash,
/* private fields */
}
Fields§
§account: AccountSharedData
§include_slot_in_hash: IncludeSlotInHash
temporarily here during feature activation since we calculate the hash later, or in the background, we need knowledge of whether this slot uses the slot in the hash or not
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CachedAccountInner
impl Send for CachedAccountInner
impl Sync for CachedAccountInner
impl Unpin for CachedAccountInner
impl UnwindSafe for CachedAccountInner
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