Type Definition rdf_types::QuadRef

source ·
pub type QuadRef<'a> = Quad<IdRef<'a>, Iri<'a>, ObjectRef<'a>, GraphLabelRef<'a>>;
Expand description

RDF quad reference.

Implementations§

source§

impl<'a> QuadRef<'a>

source

pub fn into_owned(self) -> Quad

Trait Implementations§

source§

impl<'a> From<&'a Quad<Id<IriBuf, BlankIdBuf>, IriBuf, Term<IriBuf, BlankIdBuf, Literal<String, IriBuf, LanguageTagBuf<Vec<u8, Global>>>>, Id<IriBuf, BlankIdBuf>>> for QuadRef<'a>

source§

fn from(q: &'a Quad) -> Self

Converts to this type from the input type.
source§

impl<'a> From<Quad<&'a Id<IriBuf, BlankIdBuf>, &'a IriBuf, &'a Term<IriBuf, BlankIdBuf, Literal<String, IriBuf, LanguageTagBuf<Vec<u8, Global>>>>, &'a Id<IriBuf, BlankIdBuf>>> for QuadRef<'a>

source§

fn from(Quad: Quad<&'a Id, &'a IriBuf, &'a Object, &'a GraphLabel>) -> Self

Converts to this type from the input type.