pub struct ParagraphChunker;Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParagraphChunker
impl RefUnwindSafe for ParagraphChunker
impl Send for ParagraphChunker
impl Sync for ParagraphChunker
impl Unpin for ParagraphChunker
impl UnsafeUnpin for ParagraphChunker
impl UnwindSafe for ParagraphChunker
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