Struct gix_hashtable::hash::Builder
source · pub struct Builder;
Expand description
A Hasher for usage with HashMap
keys that are already robust hashes (like an ObjectId
).
The first 8
bytes of the hash are used as the HashMap
hash
Trait Implementations§
source§impl BuildHasher for Builder
impl BuildHasher for Builder
impl Copy for Builder
Auto Trait Implementations§
impl Freeze for Builder
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
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