pub struct DsvParser<const LANG: DsvLanguage> { /* private fields */ }Expand description
Parser for the DSV language.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const LANG: DsvLanguage> Freeze for DsvParser<LANG>
impl<const LANG: DsvLanguage> RefUnwindSafe for DsvParser<LANG>
impl<const LANG: DsvLanguage> Send for DsvParser<LANG>
impl<const LANG: DsvLanguage> Sync for DsvParser<LANG>
impl<const LANG: DsvLanguage> Unpin for DsvParser<LANG>
impl<const LANG: DsvLanguage> UnsafeUnpin for DsvParser<LANG>
impl<const LANG: DsvLanguage> UnwindSafe for DsvParser<LANG>
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