Enum solana_runtime::accounts_db::LoadedAccount [−][src]
pub enum LoadedAccount<'a> {
Stored(StoredAccountMeta<'a>),
Cached((Pubkey, Cow<'a, CachedAccount>)),
}
Variants
Tuple Fields of Stored
0: StoredAccountMeta<'a>
Tuple Fields of Cached
0: (Pubkey, Cow<'a, CachedAccount>)
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for LoadedAccount<'a>
impl<'a> Send for LoadedAccount<'a>
impl<'a> Sync for LoadedAccount<'a>
impl<'a> Unpin for LoadedAccount<'a>
impl<'a> UnwindSafe for LoadedAccount<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self