Struct mentat::vocabulary::Vocabularies [] [src]

pub struct Vocabularies(pub BTreeMap<Keyword, Vocabulary>);

A collection of named Vocabulary instances, as retrieved from the store.

Methods

impl Vocabularies
[src]

Important traits for Iter<'a, K, V>

Trait Implementations

impl Debug for Vocabularies
[src]

Formats the value using the given formatter. Read more

impl Default for Vocabularies
[src]

Returns the "default value" for a type. Read more

impl Clone for Vocabularies
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Vocabularies

impl Sync for Vocabularies