pub struct RollingHash { /* private fields */ }
Expand description
文字列のハッシュ値を計算する構造体。
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 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