pub struct Rabin { /* private fields */ }
Expand description
Rabin fingerprinting based chunker.
Implementations§
Trait Implementations§
impl Eq for Rabin
impl StructuralPartialEq for Rabin
Auto Trait Implementations§
impl Freeze for Rabin
impl RefUnwindSafe for Rabin
impl Send for Rabin
impl Sync for Rabin
impl Unpin for Rabin
impl UnwindSafe for Rabin
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