pub struct RwLockSecondaryIndexEntry { /* private fields */ }
Trait Implementations
sourceimpl Debug for RwLockSecondaryIndexEntry
impl Debug for RwLockSecondaryIndexEntry
sourceimpl Default for RwLockSecondaryIndexEntry
impl Default for RwLockSecondaryIndexEntry
sourcefn default() -> RwLockSecondaryIndexEntry
fn default() -> RwLockSecondaryIndexEntry
Returns the “default value” for a type. Read more
sourceimpl SecondaryIndexEntry for RwLockSecondaryIndexEntry
impl SecondaryIndexEntry for RwLockSecondaryIndexEntry
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 RwLockSecondaryIndexEntry
impl Send for RwLockSecondaryIndexEntry
impl Sync for RwLockSecondaryIndexEntry
impl Unpin for RwLockSecondaryIndexEntry
impl UnwindSafe for RwLockSecondaryIndexEntry
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