pub struct AccountMapEntryInner<T> {
pub slot_list: RwLock<SlotList<T>>,
pub meta: AccountMapEntryMeta,
/* private fields */
}
Fields
slot_list: RwLock<SlotList<T>>
meta: AccountMapEntryMeta
Implementations
set dirty to false, return true if was dirty
Trait Implementations
Returns the “default value” for a type. Read more
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
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