Enum solana_runtime::accounts_db::LoadedAccount [−][src]
pub enum LoadedAccount<'a> {
Stored(StoredAccountMeta<'a>),
Cached((Pubkey, Cow<'a, CachedAccount>)),
}Variants
Stored(StoredAccountMeta<'a>)Tuple Fields of Stored
0: StoredAccountMeta<'a>Cached((Pubkey, Cow<'a, CachedAccount>))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
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more