pub struct HashTableLib;Expand description
Loadable library manifest for the hash table backend.
Declares the table/hash library identity and ABI; backend registration is
performed separately by install_hash_table_lib.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HashTableLib
impl RefUnwindSafe for HashTableLib
impl Send for HashTableLib
impl Sync for HashTableLib
impl Unpin for HashTableLib
impl UnsafeUnpin for HashTableLib
impl UnwindSafe for HashTableLib
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