pub struct SimHashOptions {
pub tie_breaker: TieBreaker,
}Expand description
Fingerprint construction options.
Fields§
§tie_breaker: TieBreakerTrait Implementations§
Source§impl Clone for SimHashOptions
impl Clone for SimHashOptions
Source§fn clone(&self) -> SimHashOptions
fn clone(&self) -> SimHashOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SimHashOptions
Source§impl Debug for SimHashOptions
impl Debug for SimHashOptions
Source§impl Default for SimHashOptions
impl Default for SimHashOptions
impl Eq for SimHashOptions
Source§impl PartialEq for SimHashOptions
impl PartialEq for SimHashOptions
impl StructuralPartialEq for SimHashOptions
Auto Trait Implementations§
impl Freeze for SimHashOptions
impl RefUnwindSafe for SimHashOptions
impl Send for SimHashOptions
impl Sync for SimHashOptions
impl Unpin for SimHashOptions
impl UnsafeUnpin for SimHashOptions
impl UnwindSafe for SimHashOptions
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