pub struct DashMapSecondaryIndexEntry { /* private fields */ }
Trait Implementations
sourceimpl Debug for DashMapSecondaryIndexEntry
impl Debug for DashMapSecondaryIndexEntry
sourceimpl Default for DashMapSecondaryIndexEntry
impl Default for DashMapSecondaryIndexEntry
sourcefn default() -> DashMapSecondaryIndexEntry
fn default() -> DashMapSecondaryIndexEntry
Returns the “default value” for a type. Read more
sourceimpl SecondaryIndexEntry for DashMapSecondaryIndexEntry
impl SecondaryIndexEntry for DashMapSecondaryIndexEntry
fn insert_if_not_exists(&self, key: &Pubkey, inner_keys_count: &AtomicU64)
fn remove_inner_key(&self, key: &Pubkey) -> bool
fn is_empty(&self) -> bool
fn keys(&self) -> Vec<Pubkey>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
A: Allocator,
fn len(&self) -> usize
Auto Trait Implementations
impl !RefUnwindSafe for DashMapSecondaryIndexEntry
impl Send for DashMapSecondaryIndexEntry
impl Sync for DashMapSecondaryIndexEntry
impl Unpin for DashMapSecondaryIndexEntry
impl UnwindSafe for DashMapSecondaryIndexEntry
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more