Struct solana_runtime::accounts_index::ReadAccountMapEntry [−][src]
pub struct ReadAccountMapEntry<T: 'static> { /* fields omitted */ }
Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for ReadAccountMapEntry<T>
impl<T> !Send for ReadAccountMapEntry<T>
impl<T> Sync for ReadAccountMapEntry<T> where
T: Send + Sync,
impl<T> Unpin for ReadAccountMapEntry<T>
impl<T> UnwindSafe for ReadAccountMapEntry<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 = T
Should always be Self
pub fn vzip(self) -> V