pub struct DashMapSecondaryIndexEntry { /* private fields */ }
Trait Implementations§
source§impl Debug for DashMapSecondaryIndexEntry
impl Debug for DashMapSecondaryIndexEntry
source§impl Default for DashMapSecondaryIndexEntry
impl Default for DashMapSecondaryIndexEntry
source§fn default() -> DashMapSecondaryIndexEntry
fn default() -> DashMapSecondaryIndexEntry
Returns the “default value” for a type. Read more
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more