RdfDisplayWithContext

Trait RdfDisplayWithContext 

Source
pub trait RdfDisplayWithContext<C>
where C: ?Sized,
{ // Required method fn rdf_fmt_with( &self, context: &C, f: &mut Formatter<'_>, ) -> Result<(), Error>; }

Required Methods§

Source

fn rdf_fmt_with(&self, context: &C, f: &mut Formatter<'_>) -> Result<(), Error>

Implementations on Foreign Types§

Source§

impl<'a, T, C> RdfDisplayWithContext<C> for &'a T
where T: RdfDisplayWithContext<C> + ?Sized, C: ?Sized,

Available on crate feature contextual only.
Source§

fn rdf_fmt_with(&self, context: &C, f: &mut Formatter<'_>) -> Result<(), Error>

Implementors§

Source§

impl<'a, T, V> RdfDisplayWithContext<V> for LiteralTypeRef<'a, T>

Available on crate feature contextual only.
Source§

impl<'a, V> RdfDisplayWithContext<V> for LiteralRef<'a, <V as IriVocabulary>::Iri>

Available on crate feature contextual only.
Source§

impl<C> RdfDisplayWithContext<C> for Iri
where C: ?Sized,

Available on crate feature contextual only.
Source§

impl<C> RdfDisplayWithContext<C> for IriBuf
where C: ?Sized,

Available on crate feature contextual only.
Source§

impl<C> RdfDisplayWithContext<C> for IriRefBuf
where C: ?Sized,

Available on crate feature contextual only.
Source§

impl<C> RdfDisplayWithContext<C> for LangTag
where C: ?Sized,

Available on crate feature contextual only.
Source§

impl<C> RdfDisplayWithContext<C> for LangTagBuf
where C: ?Sized,

Available on crate feature contextual only.
Source§

impl<I, L, V> RdfDisplayWithContext<V> for Term<I, L>

Available on crate feature contextual only.
Source§

impl<I, V> RdfDisplayWithContext<V> for BlankIdOrIndex<I>
where V: BlankIdVocabulary<BlankId = BlankIdOrIndex<I>>,

Available on crate feature contextual only.
Source§

impl<I, V> RdfDisplayWithContext<V> for IriOrIndex<I>
where V: IriVocabulary<Iri = IriOrIndex<I>>,

Available on crate feature contextual only.
Source§

impl<I, V> RdfDisplayWithContext<V> for LiteralOrIndex<I>

Available on crate feature contextual only.
Source§

impl<S, P, O, G, V> RdfDisplayWithContext<V> for Quad<S, P, O, G>

Available on crate feature contextual only.
Source§

impl<S, P, O, V> RdfDisplayWithContext<V> for Triple<S, P, O>

Available on crate feature contextual only.
Source§

impl<T, V> RdfDisplayWithContext<V> for LiteralType<T>

Available on crate feature contextual only.
Source§

impl<V> RdfDisplayWithContext<V> for Id<<V as IriVocabulary>::Iri, <V as BlankIdVocabulary>::BlankId>

Available on crate feature contextual only.
Source§

impl<V> RdfDisplayWithContext<V> for Literal<<V as IriVocabulary>::Iri>

Available on crate feature contextual only.
Source§

impl<V> RdfDisplayWithContext<V> for BlankIdIndex
where V: BlankIdVocabulary<BlankId = BlankIdIndex>,

Available on crate feature contextual only.
Source§

impl<V> RdfDisplayWithContext<V> for IriIndex
where V: IriVocabulary<Iri = IriIndex>,

Available on crate feature contextual only.
Source§

impl<V> RdfDisplayWithContext<V> for LiteralIndex

Available on crate feature contextual only.