pub struct LiveIdHasherBuilder {}
Trait Implementations§
§impl BuildHasher for LiveIdHasherBuilder
impl BuildHasher for LiveIdHasherBuilder
§impl Clone for LiveIdHasherBuilder
impl Clone for LiveIdHasherBuilder
§fn clone(&self) -> LiveIdHasherBuilder
fn clone(&self) -> LiveIdHasherBuilder
Returns a copy 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 more§impl Default for LiveIdHasherBuilder
impl Default for LiveIdHasherBuilder
§fn default() -> LiveIdHasherBuilder
fn default() -> LiveIdHasherBuilder
Returns the “default value” for a type. Read more
impl Copy for LiveIdHasherBuilder
Auto Trait Implementations§
impl RefUnwindSafe for LiveIdHasherBuilder
impl Send for LiveIdHasherBuilder
impl Sync for LiveIdHasherBuilder
impl Unpin for LiveIdHasherBuilder
impl UnwindSafe for LiveIdHasherBuilder
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