pub struct ContentChunker { /* private fields */ }Expand description
Content-defined chunker using FastCDC algorithm.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ContentChunker
impl RefUnwindSafe for ContentChunker
impl Send for ContentChunker
impl Sync for ContentChunker
impl Unpin for ContentChunker
impl UnsafeUnpin for ContentChunker
impl UnwindSafe for ContentChunker
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