pub struct Anonymous;
Expand description
Anonymous lexical representation.
This type implements the LexicalRepresentation
trait, producing a blank
node identifier.
Trait Implementations§
Source§impl<I: Interpretation, V: Vocabulary> LinkedDataResource<I, V> for Anonymous
impl<I: Interpretation, V: Vocabulary> LinkedDataResource<I, V> for Anonymous
fn interpretation( &self, _vocabulary: &mut V, _interpretation: &mut I, ) -> ResourceInterpretation<'_, I, V>
fn lexical_representation<'a>( &'a self, vocabulary: &'a mut V, interpretation: &'a mut I, ) -> Option<CowRdfTerm<'a, V>>
fn reference_interpretation( &self, vocabulary: &mut V, interpretation: &mut I, ) -> ResourceInterpretation<'_, I, V>
Auto Trait Implementations§
impl Freeze for Anonymous
impl RefUnwindSafe for Anonymous
impl Send for Anonymous
impl Sync for Anonymous
impl Unpin for Anonymous
impl UnwindSafe for Anonymous
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