pub struct BuildCidHasher;Expand description
A hasher builder for cid hasher.
Trait Implementations§
Source§impl BuildHasher for BuildCidHasher
impl BuildHasher for BuildCidHasher
Source§impl Clone for BuildCidHasher
impl Clone for BuildCidHasher
Source§fn clone(&self) -> BuildCidHasher
fn clone(&self) -> BuildCidHasher
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 BuildCidHasher
impl Default for BuildCidHasher
Source§fn default() -> BuildCidHasher
fn default() -> BuildCidHasher
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BuildCidHasher
impl RefUnwindSafe for BuildCidHasher
impl Send for BuildCidHasher
impl Sync for BuildCidHasher
impl Unpin for BuildCidHasher
impl UnwindSafe for BuildCidHasher
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