pub struct GTriGParser {
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 GTriGParser
impl Clone for GTriGParser
Source§fn clone(&self) -> GTriGParser
fn clone(&self) -> GTriGParser
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 GTriGParser
impl Debug for GTriGParser
Source§impl Default for GTriGParser
impl Default for GTriGParser
Source§fn default() -> GTriGParser
fn default() -> GTriGParser
Returns the “default value” for a type. Read more
Source§impl<B: BufRead> QuadParser<B> for GTriGParser
impl<B: BufRead> QuadParser<B> for GTriGParser
Source§type Source = GeneralizedRioSource<GTriGParser<B>>
type Source = GeneralizedRioSource<GTriGParser<B>>
The source produced by this parser
Auto Trait Implementations§
impl Freeze for GTriGParser
impl RefUnwindSafe for GTriGParser
impl Send for GTriGParser
impl Sync for GTriGParser
impl Unpin for GTriGParser
impl UnwindSafe for GTriGParser
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