Enum solana_runtime::accounts_db::LoadedAccount [−][src]
pub enum LoadedAccount<'a> {
Stored(StoredAccountMeta<'a>),
Cached(Cow<'a, CachedAccount>),
}
Variants
Stored(StoredAccountMeta<'a>)
Tuple Fields
0: StoredAccountMeta<'a>
Cached(Cow<'a, CachedAccount>)
Tuple Fields
0: 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