Struct rdf_types::IndexVocabulary
source · [−]Expand description
Vocabulary that stores IRIs and blank node identifiers with a unique index.
Implementations
sourceimpl<I, B> IndexVocabulary<I, B>
impl<I, B> IndexVocabulary<I, B>
Trait Implementations
sourceimpl<I, B: IndexedBlankId> BlankIdVocabulary for IndexVocabulary<I, B>
impl<I, B: IndexedBlankId> BlankIdVocabulary for IndexVocabulary<I, B>
sourceimpl<I, B: IndexedBlankId> BlankIdVocabularyMut for IndexVocabulary<I, B>
impl<I, B: IndexedBlankId> BlankIdVocabularyMut for IndexVocabulary<I, B>
sourcefn insert_blank_id(&mut self, blank_id: &BlankId) -> B
fn insert_blank_id(&mut self, blank_id: &BlankId) -> B
Inserts a blank node identifier to the vocabulary and returns its id. Read more
sourceimpl<I, B> Default for IndexVocabulary<I, B>
impl<I, B> Default for IndexVocabulary<I, B>
sourceimpl<I: IndexedIri, B> IriVocabulary for IndexVocabulary<I, B>
impl<I: IndexedIri, B> IriVocabulary for IndexVocabulary<I, B>
sourceimpl<I: IndexedIri, B> IriVocabularyMut for IndexVocabulary<I, B>
impl<I: IndexedIri, B> IriVocabularyMut for IndexVocabulary<I, B>
Auto Trait Implementations
impl<I, B> RefUnwindSafe for IndexVocabulary<I, B>where
B: RefUnwindSafe,
I: RefUnwindSafe,
impl<I, B> Send for IndexVocabulary<I, B>where
B: Send,
I: Send,
impl<I, B> Sync for IndexVocabulary<I, B>where
B: Sync,
I: Sync,
impl<I, B> Unpin for IndexVocabulary<I, B>where
B: Unpin,
I: Unpin,
impl<I, B> UnwindSafe for IndexVocabulary<I, B>where
B: UnwindSafe,
I: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more