pub struct SeparatorSplitter { /* private fields */ }Expand description
A text splitter that splits by regex separators.
Implementations§
Auto Trait Implementations§
impl Freeze for SeparatorSplitter
impl RefUnwindSafe for SeparatorSplitter
impl Send for SeparatorSplitter
impl Sync for SeparatorSplitter
impl Unpin for SeparatorSplitter
impl UnsafeUnpin for SeparatorSplitter
impl UnwindSafe for SeparatorSplitter
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