pub struct FragmentFingerprint(/* private fields */);Expand description
Fingerprint of a sub-unit content slice: a candidate fragment or a
matched run. Content-identical slices share one fingerprint;
occurrences are told apart by FindingId, never by position.
Implementations§
Trait Implementations§
Source§impl Clone for FragmentFingerprint
impl Clone for FragmentFingerprint
Source§fn clone(&self) -> FragmentFingerprint
fn clone(&self) -> FragmentFingerprint
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 FragmentFingerprint
Source§impl Debug for FragmentFingerprint
impl Debug for FragmentFingerprint
Source§impl Display for FragmentFingerprint
impl Display for FragmentFingerprint
impl Eq for FragmentFingerprint
Source§impl Hash for FragmentFingerprint
impl Hash for FragmentFingerprint
Source§impl Ord for FragmentFingerprint
impl Ord for FragmentFingerprint
Source§fn cmp(&self, other: &FragmentFingerprint) -> Ordering
fn cmp(&self, other: &FragmentFingerprint) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for FragmentFingerprint
impl PartialEq for FragmentFingerprint
Source§impl PartialOrd for FragmentFingerprint
impl PartialOrd for FragmentFingerprint
impl StructuralPartialEq for FragmentFingerprint
Auto Trait Implementations§
impl Freeze for FragmentFingerprint
impl RefUnwindSafe for FragmentFingerprint
impl Send for FragmentFingerprint
impl Sync for FragmentFingerprint
impl Unpin for FragmentFingerprint
impl UnsafeUnpin for FragmentFingerprint
impl UnwindSafe for FragmentFingerprint
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.