pub struct TextParser<R: Read> { /* private fields */ }Implementations§
Source§impl<R: Read> TextParser<R>
impl<R: Read> TextParser<R>
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for TextParser<R>where
R: Freeze,
impl<R> RefUnwindSafe for TextParser<R>where
R: RefUnwindSafe,
impl<R> Send for TextParser<R>where
R: Send,
impl<R> Sync for TextParser<R>where
R: Sync,
impl<R> Unpin for TextParser<R>where
R: Unpin,
impl<R> UnsafeUnpin for TextParser<R>where
R: UnsafeUnpin,
impl<R> UnwindSafe for TextParser<R>where
R: UnwindSafe,
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