Struct mentat::vocabulary::Vocabulary
[−]
[src]
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
entity: Entid
version: Version
Methods
impl Vocabulary
[src]
impl Vocabulary
Trait Implementations
impl Clone for Vocabulary
[src]
impl Clone for Vocabulary
fn clone(&self) -> Vocabulary
[src]
fn clone(&self) -> Vocabulary
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
impl Debug for Vocabulary
[src]
impl Debug for Vocabulary
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 Eq for Vocabulary
[src]
impl Eq for Vocabulary
impl PartialEq for Vocabulary
[src]
impl PartialEq for Vocabulary
fn eq(&self, __arg_0: &Vocabulary) -> bool
[src]
fn eq(&self, __arg_0: &Vocabulary) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Vocabulary) -> bool
[src]
fn ne(&self, __arg_0: &Vocabulary) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for Vocabulary
impl Send for Vocabulary
impl Sync for Vocabulary
impl Sync for Vocabulary