Enum ucd_parse::NameAliasLabel
[−]
[src]
pub enum NameAliasLabel {
Correction,
Control,
Alternate,
Figment,
Abbreviation,
}The label of a name alias.
Variants
CorrectionCorrections for serious problems in a character name.
ControlISO 6429 names for C0 and C1 control functions and other commonly occurring names for control codes.
AlternateA few widely used alternate names for format characters.
FigmentSeveral documented labels for C1 control code points which were never actually approved in any standard.
AbbreviationCommonly occurring abbreviations (or acronyms) for control codes, format characters, spaces and variation selectors.
Trait Implementations
impl Clone for NameAliasLabel[src]
fn clone(&self) -> NameAliasLabel[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for NameAliasLabel[src]
impl Debug for NameAliasLabel[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Eq for NameAliasLabel[src]
impl PartialEq for NameAliasLabel[src]
fn eq(&self, __arg_0: &NameAliasLabel) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Default for NameAliasLabel[src]
fn default() -> NameAliasLabel[src]
Returns the "default value" for a type. Read more