Struct solana_runtime::accounts_index::AccountMapEntryInner [−][src]
Fields
slot_list: RwLock<SlotList<T>>Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for AccountMapEntryInner<T>impl<T> Send for AccountMapEntryInner<T> where
T: Send, impl<T> Sync for AccountMapEntryInner<T> where
T: Send + Sync, impl<T> Unpin for AccountMapEntryInner<T> where
T: Unpin, impl<T> UnwindSafe for AccountMapEntryInner<T>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