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