struct RollingHashPrecalc<R>where
R: SemiRing,{
base: R::T,
pow: Vec<R::T>,
}Fields§
§base: R::T§pow: Vec<R::T>Implementations§
Source§impl<R> RollingHashPrecalc<R>where
R: SemiRing<Additive: Invertible>,
impl<R> RollingHashPrecalc<R>where
R: SemiRing<Additive: Invertible>,
Trait Implementations§
Source§impl<R> Debug for RollingHashPrecalc<R>
impl<R> Debug for RollingHashPrecalc<R>
Auto Trait Implementations§
impl<R> Freeze for RollingHashPrecalc<R>
impl<R> RefUnwindSafe for RollingHashPrecalc<R>
impl<R> Send for RollingHashPrecalc<R>
impl<R> Sync for RollingHashPrecalc<R>
impl<R> Unpin for RollingHashPrecalc<R>
impl<R> UnwindSafe for RollingHashPrecalc<R>
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