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