Struct akka_persistence_rs::jdk::StringHasher
source · pub struct StringHasher;
Expand description
A hasher for hashing strings conformant with https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#hashCode.. Undefined hash values will be produced if anything but a Rust String is hashed.
Trait Implementations§
source§impl BuildHasher for StringHasher
impl BuildHasher for StringHasher
Auto Trait Implementations§
impl RefUnwindSafe for StringHasher
impl Send for StringHasher
impl Sync for StringHasher
impl Unpin for StringHasher
impl UnwindSafe for StringHasher
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