pub struct HashBackend;Expand description
Table backend that constructs HashTable objects for the hash backend
name.
Registered with the context table registry by install_hash_table_lib so
that table operations resolved against the hash backend build hash-map
tables.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HashBackend
impl RefUnwindSafe for HashBackend
impl Send for HashBackend
impl Sync for HashBackend
impl Unpin for HashBackend
impl UnsafeUnpin for HashBackend
impl UnwindSafe for HashBackend
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