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]
impl Vocabularies
pub fn len(&self) -> usize
[src]
pub fn len(&self) -> usize
pub fn get(&self, name: &Keyword) -> Option<&Vocabulary>
[src]
pub fn get(&self, name: &Keyword) -> Option<&Vocabulary>
ⓘImportant traits for Iter<'a, K, V>pub fn iter(&self) -> Iter<Keyword, Vocabulary>
[src]
ⓘImportant traits for Iter<'a, K, V>
pub fn iter(&self) -> Iter<Keyword, Vocabulary>
Trait Implementations
impl Debug for Vocabularies
[src]
impl Debug for Vocabularies
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for Vocabularies
[src]
impl Default for Vocabularies
fn default() -> Vocabularies
[src]
fn default() -> Vocabularies
Returns the "default value" for a type. Read more
impl Clone for Vocabularies
[src]
impl Clone for Vocabularies
fn clone(&self) -> Vocabularies
[src]
fn clone(&self) -> Vocabularies
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for Vocabularies
impl Send for Vocabularies
impl Sync for Vocabularies
impl Sync for Vocabularies