Struct multihash::IdentityHasher
source · [−]pub struct IdentityHasher<const S: usize> { /* private fields */ }
Expand description
Trait Implementations
sourceimpl<const S: usize> Debug for IdentityHasher<S>
impl<const S: usize> Debug for IdentityHasher<S>
sourceimpl<const S: usize> Default for IdentityHasher<S>
impl<const S: usize> Default for IdentityHasher<S>
sourceimpl<const S: usize> Hasher for IdentityHasher<S>
impl<const S: usize> Hasher for IdentityHasher<S>
sourceimpl<const S: usize> Write for IdentityHasher<S>
impl<const S: usize> Write for IdentityHasher<S>
sourcefn write(&mut self, buf: &[u8]) -> Result<usize>
fn write(&mut self, buf: &[u8]) -> Result<usize>
Write a buffer into this writer, returning how many bytes were written. Read more
sourcefn flush(&mut self) -> Result<()>
fn flush(&mut self) -> Result<()>
Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more
sourcefn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>
Attempts to write an entire buffer into this writer. Read more
Auto Trait Implementations
impl<const S: usize> RefUnwindSafe for IdentityHasher<S>
impl<const S: usize> Send for IdentityHasher<S>
impl<const S: usize> Sync for IdentityHasher<S>
impl<const S: usize> Unpin for IdentityHasher<S>
impl<const S: usize> UnwindSafe for IdentityHasher<S>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more