pub struct DelimiterDetector;Expand description
Delimiter detection utility
Implementations§
Auto Trait Implementations§
impl Freeze for DelimiterDetector
impl RefUnwindSafe for DelimiterDetector
impl Send for DelimiterDetector
impl Sync for DelimiterDetector
impl Unpin for DelimiterDetector
impl UnwindSafe for DelimiterDetector
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