Struct mentat::vocabulary::Vocabulary [] [src]

pub struct Vocabulary {
    pub entity: Entid,
    pub version: Version,
    // some fields omitted
}

A definition of a vocabulary as retrieved from a particular store.

A Vocabulary is just like Definition, but concrete: its name and attributes are identified by Entid, not Keyword.

Fields

Methods

impl Vocabulary
[src]

Important traits for Vec<u8>

Trait Implementations

impl Clone for Vocabulary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Vocabulary
[src]

Formats the value using the given formatter. Read more

impl Eq for Vocabulary
[src]

impl PartialEq for Vocabulary
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Vocabulary

impl Sync for Vocabulary