pub struct FixedChunker {
pub chunk_size: usize,
pub overlap: usize,
}Fields§
§chunk_size: usize§overlap: usizeImplementations§
Source§impl FixedChunker
impl FixedChunker
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FixedChunker
impl RefUnwindSafe for FixedChunker
impl Send for FixedChunker
impl Sync for FixedChunker
impl Unpin for FixedChunker
impl UnsafeUnpin for FixedChunker
impl UnwindSafe for FixedChunker
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