pub struct IndexVocabulary { /* private fields */ }
Expand description

Vocabulary that stores IRIs and blank node identifiers with a unique index.

Implementations

Trait Implementations

Returns the blank node identifier associated to the given id.

Returns the vocabulary id of the given blank node identifier, if any.

Inserts a blank node identifier to the vocabulary and returns its id. Read more

Returns the “default value” for a type. Read more

Returns the IRI associated to the given IRI id.

Returns the id of the given IRI, if any.

Inserts an IRI to the vocabulary and returns its id. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.