pub struct RollingHash { /* private fields */ }Expand description
Rolling hash.
Implementations§
Auto Trait Implementations§
impl Freeze for RollingHash
impl RefUnwindSafe for RollingHash
impl Send for RollingHash
impl Sync for RollingHash
impl Unpin for RollingHash
impl UnsafeUnpin for RollingHash
impl UnwindSafe for RollingHash
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