pub struct Parser<Iter: Iterator<Item = Result<u8>>> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<Iter> Freeze for Parser<Iter>where
Iter: Freeze,
impl<Iter> RefUnwindSafe for Parser<Iter>where
Iter: RefUnwindSafe,
impl<Iter> Send for Parser<Iter>where
Iter: Send,
impl<Iter> Sync for Parser<Iter>where
Iter: Sync,
impl<Iter> Unpin for Parser<Iter>where
Iter: Unpin,
impl<Iter> UnwindSafe for Parser<Iter>where
Iter: 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