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
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more