Struct solana_runtime::accounts_cache::CachedAccountInner [−][src]
pub struct CachedAccountInner {
pub account: AccountSharedData,
// some fields omitted
}
Fields
account: AccountSharedData
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CachedAccountInner
impl Send for CachedAccountInner
impl Sync for CachedAccountInner
impl Unpin for CachedAccountInner
impl UnwindSafe for CachedAccountInner
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