pub struct NTriplesParser {}
Expand description
N-Triples parser based on RIO.
Trait Implementations§
Source§impl Clone for NTriplesParser
impl Clone for NTriplesParser
Source§fn clone(&self) -> NTriplesParser
fn clone(&self) -> NTriplesParser
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NTriplesParser
impl Debug for NTriplesParser
Source§impl Default for NTriplesParser
impl Default for NTriplesParser
Source§fn default() -> NTriplesParser
fn default() -> NTriplesParser
Returns the “default value” for a type. Read more
Source§impl<B: BufRead> TripleParser<B> for NTriplesParser
impl<B: BufRead> TripleParser<B> for NTriplesParser
Source§type Source = StrictRioSource<NTriplesParser<B>>
type Source = StrictRioSource<NTriplesParser<B>>
The source produced by this parser
Auto Trait Implementations§
impl Freeze for NTriplesParser
impl RefUnwindSafe for NTriplesParser
impl Send for NTriplesParser
impl Sync for NTriplesParser
impl Unpin for NTriplesParser
impl UnwindSafe for NTriplesParser
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