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