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