Enum solana_runtime::accounts_db::LoadedAccount [−][src]
pub enum LoadedAccount<'a> {
Stored(StoredAccountMeta<'a>),
Cached((Pubkey, Cow<'a, CachedAccount>)),
}Variants
Stored(StoredAccountMeta<'a>)Cached((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 = TShould always be Self
pub fn vzip(self) -> V