pub enum Vocabulary {
PropertyKeys,
DesignationUses,
LanguageRefsets,
Acceptabilities,
}Expand description
The small name tables of an artifact.
Variants§
PropertyKeys
Property key names.
DesignationUses
Designation use codes.
LanguageRefsets
Language reference set codes.
Acceptabilities
Acceptability codes.
Trait Implementations§
Source§impl Clone for Vocabulary
impl Clone for Vocabulary
Source§fn clone(&self) -> Vocabulary
fn clone(&self) -> Vocabulary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Vocabulary
Source§impl Debug for Vocabulary
impl Debug for Vocabulary
impl Eq for Vocabulary
Source§impl PartialEq for Vocabulary
impl PartialEq for Vocabulary
impl StructuralPartialEq for Vocabulary
Auto Trait Implementations§
impl Freeze for Vocabulary
impl RefUnwindSafe for Vocabulary
impl Send for Vocabulary
impl Sync for Vocabulary
impl Unpin for Vocabulary
impl UnsafeUnpin for Vocabulary
impl UnwindSafe for Vocabulary
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more