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