pub struct Multibase(/* private fields */);Implementations§
Trait Implementations§
Source§impl Borrow<Multibase> for MultibaseBuf
impl Borrow<Multibase> for MultibaseBuf
Source§impl<V, I: Interpretation> LinkedDataPredicateObjects<I, V> for Multibasewhere
V: IriVocabularyMut + Vocabulary,
impl<V, I: Interpretation> LinkedDataPredicateObjects<I, V> for Multibasewhere
V: IriVocabularyMut + Vocabulary,
fn visit_objects<S>(&self, visitor: S) -> Result<S::Ok, S::Error>where
S: PredicateObjectsVisitor<I, V>,
Source§impl<V, I: Interpretation> LinkedDataResource<I, V> for Multibasewhere
V: IriVocabularyMut + Vocabulary,
impl<V, I: Interpretation> LinkedDataResource<I, V> for Multibasewhere
V: IriVocabularyMut + Vocabulary,
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>>where
I: ReverseTermInterpretation<Iri = <V as IriVocabulary>::Iri, BlankId = <V as BlankIdVocabulary>::BlankId, Literal = <V as LiteralVocabulary>::Literal>,
fn reference_interpretation( &self, vocabulary: &mut V, interpretation: &mut I, ) -> ResourceInterpretation<'_, I, V>
Source§impl<V: Vocabulary, I: Interpretation> LinkedDataSubject<I, V> for Multibase
impl<V: Vocabulary, I: Interpretation> LinkedDataSubject<I, V> for Multibase
fn visit_subject<S>(&self, visitor: S) -> Result<S::Ok, S::Error>where
S: SubjectVisitor<I, V>,
Source§impl PartialOrd for Multibase
impl PartialOrd for Multibase
impl Eq for Multibase
impl StructuralPartialEq for Multibase
Auto Trait Implementations§
impl Freeze for Multibase
impl RefUnwindSafe for Multibase
impl Send for Multibase
impl !Sized for Multibase
impl Sync for Multibase
impl Unpin for Multibase
impl UnwindSafe for Multibase
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
Source§impl<T> CallHasher for T
impl<T> CallHasher for T
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.