pub trait RdfDisplayWithContext<C>where
C: ?Sized,{
// Required method
fn rdf_fmt_with(
&self,
context: &C,
f: &mut Formatter<'_>,
) -> Result<(), Error>;
}Required Methods§
Implementations on Foreign Types§
Source§impl<'a, T, C> RdfDisplayWithContext<C> for &'a T
Available on crate feature contextual only.
impl<'a, T, C> RdfDisplayWithContext<C> for &'a T
Available on crate feature
contextual only.Implementors§
impl<'a, T, V> RdfDisplayWithContext<V> for LiteralTypeRef<'a, T>where
T: RdfDisplayWithContext<V>,
Available on crate feature
contextual only.impl<'a, V> RdfDisplayWithContext<V> for LiteralRef<'a, <V as IriVocabulary>::Iri>
Available on crate feature
contextual only.impl<C> RdfDisplayWithContext<C> for Iriwhere
C: ?Sized,
Available on crate feature
contextual only.impl<C> RdfDisplayWithContext<C> for IriBufwhere
C: ?Sized,
Available on crate feature
contextual only.impl<C> RdfDisplayWithContext<C> for IriRefBufwhere
C: ?Sized,
Available on crate feature
contextual only.impl<C> RdfDisplayWithContext<C> for LangTagwhere
C: ?Sized,
Available on crate feature
contextual only.impl<C> RdfDisplayWithContext<C> for LangTagBufwhere
C: ?Sized,
Available on crate feature
contextual only.impl<I, L, V> RdfDisplayWithContext<V> for Term<I, L>where
I: RdfDisplayWithContext<V>,
L: RdfDisplayWithContext<V>,
Available on crate feature
contextual only.impl<I, V> RdfDisplayWithContext<V> for BlankIdOrIndex<I>where
V: BlankIdVocabulary<BlankId = BlankIdOrIndex<I>>,
Available on crate feature
contextual only.impl<I, V> RdfDisplayWithContext<V> for IriOrIndex<I>where
V: IriVocabulary<Iri = IriOrIndex<I>>,
Available on crate feature
contextual only.impl<I, V> RdfDisplayWithContext<V> for LiteralOrIndex<I>where
V: LiteralVocabulary<Literal = LiteralOrIndex<I>>,
<V as IriVocabulary>::Iri: RdfDisplayWithContext<V>,
Available on crate feature
contextual only.impl<S, P, O, G, V> RdfDisplayWithContext<V> for Quad<S, P, O, G>where
S: RdfDisplayWithContext<V>,
P: RdfDisplayWithContext<V>,
O: RdfDisplayWithContext<V>,
G: RdfDisplayWithContext<V>,
Available on crate feature
contextual only.impl<S, P, O, V> RdfDisplayWithContext<V> for Triple<S, P, O>
Available on crate feature
contextual only.impl<T, V> RdfDisplayWithContext<V> for LiteralType<T>where
T: RdfDisplayWithContext<V>,
Available on crate feature
contextual only.impl<V> RdfDisplayWithContext<V> for Id<<V as IriVocabulary>::Iri, <V as BlankIdVocabulary>::BlankId>where
V: IriVocabulary + BlankIdVocabulary,
Available on crate feature
contextual only.impl<V> RdfDisplayWithContext<V> for Literal<<V as IriVocabulary>::Iri>
Available on crate feature
contextual only.impl<V> RdfDisplayWithContext<V> for BlankIdIndexwhere
V: BlankIdVocabulary<BlankId = BlankIdIndex>,
Available on crate feature
contextual only.impl<V> RdfDisplayWithContext<V> for IriIndexwhere
V: IriVocabulary<Iri = IriIndex>,
Available on crate feature
contextual only.impl<V> RdfDisplayWithContext<V> for LiteralIndexwhere
V: LiteralVocabulary<Literal = LiteralIndex>,
<V as IriVocabulary>::Iri: RdfDisplayWithContext<V>,
Available on crate feature
contextual only.