pub struct Fnv1a64Hasher { /* private fields */ }
Expand description
A const compatible Fnv1a64 hasher
Implementations§
Source§impl Fnv1a64Hasher
impl Fnv1a64Hasher
Sourcepub fn digest_bytes(self) -> [u8; 8]
pub fn digest_bytes(self) -> [u8; 8]
Same as digest but as bytes
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fnv1a64Hasher
impl RefUnwindSafe for Fnv1a64Hasher
impl Send for Fnv1a64Hasher
impl Sync for Fnv1a64Hasher
impl Unpin for Fnv1a64Hasher
impl UnwindSafe for Fnv1a64Hasher
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