Struct linked_data::Anonymous
source · 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 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