pub struct TriGParser {
pub base: Option<Iri<String>>,
}
Expand description
TriG parser based on RIO.
Fields§
§base: Option<Iri<String>>
The base IRI used by this parser to resolve relative IRI-references.
Trait Implementations§
Source§impl Clone for TriGParser
impl Clone for TriGParser
Source§fn clone(&self) -> TriGParser
fn clone(&self) -> TriGParser
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 TriGParser
impl Debug for TriGParser
Source§impl Default for TriGParser
impl Default for TriGParser
Source§fn default() -> TriGParser
fn default() -> TriGParser
Returns the “default value” for a type. Read more
Source§impl<B: BufRead> QuadParser<B> for TriGParser
impl<B: BufRead> QuadParser<B> for TriGParser
Source§type Source = StrictRioSource<TriGParser<B>>
type Source = StrictRioSource<TriGParser<B>>
The source produced by this parser
Auto Trait Implementations§
impl Freeze for TriGParser
impl RefUnwindSafe for TriGParser
impl Send for TriGParser
impl Sync for TriGParser
impl Unpin for TriGParser
impl UnwindSafe for TriGParser
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