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
) -> RT
Auto 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
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more