dach

Struct RollingHash

source
pub struct RollingHash<T: RollingHasher> { /* private fields */ }
Expand description

A generic rolling hash implementation.

Trait Implementations§

source§

impl<T: Clone + RollingHasher> Clone for RollingHash<T>

source§

fn clone(&self) -> RollingHash<T>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<T: Debug + RollingHasher> Debug for RollingHash<T>