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