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