Struct solana_runtime::accounts_index::WriteAccountMapEntry [−][src]
pub struct WriteAccountMapEntry<T: 'static> { /* fields omitted */ }Implementations
pub fn slot_list_mut<RT>(
&mut self,
user: impl for<'this> FnOnce(&mut RwLockWriteGuard<'this, SlotList<T>>) -> RT
) -> RTAuto Trait Implementations
impl<T> RefUnwindSafe for WriteAccountMapEntry<T>impl<T> !Send for WriteAccountMapEntry<T>impl<T> Sync for WriteAccountMapEntry<T> where
T: Send + Sync, impl<T> Unpin for WriteAccountMapEntry<T>impl<T> UnwindSafe for WriteAccountMapEntry<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