pub struct StableHashBuilder;Expand description
A hash builder that produces consistent hashes.
Use this when you need deterministic hashing (e.g., for testing or persistent storage).
Trait Implementations§
Source§impl BuildHasher for StableHashBuilder
impl BuildHasher for StableHashBuilder
Source§impl Clone for StableHashBuilder
impl Clone for StableHashBuilder
Source§fn clone(&self) -> StableHashBuilder
fn clone(&self) -> StableHashBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for StableHashBuilder
impl Default for StableHashBuilder
Source§fn default() -> StableHashBuilder
fn default() -> StableHashBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StableHashBuilder
impl RefUnwindSafe for StableHashBuilder
impl Send for StableHashBuilder
impl Sync for StableHashBuilder
impl Unpin for StableHashBuilder
impl UnwindSafe for StableHashBuilder
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