pub struct FieldUtf8LineProcessor {}
Trait Implementations§
Source§impl<C: FieldContextT> LineProcessorT<C> for FieldUtf8LineProcessor
impl<C: FieldContextT> LineProcessorT<C> for FieldUtf8LineProcessor
Auto Trait Implementations§
impl Freeze for FieldUtf8LineProcessor
impl RefUnwindSafe for FieldUtf8LineProcessor
impl Send for FieldUtf8LineProcessor
impl Sync for FieldUtf8LineProcessor
impl Unpin for FieldUtf8LineProcessor
impl UnwindSafe for FieldUtf8LineProcessor
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