Enum ucd_parse::NameAliasLabel
source · pub enum NameAliasLabel {
Correction,
Control,
Alternate,
Figment,
Abbreviation,
}
Expand description
The label of a name alias.
Variants§
Correction
Corrections for serious problems in a character name.
Control
ISO 6429 names for C0 and C1 control functions and other commonly occurring names for control codes.
Alternate
A few widely used alternate names for format characters.
Figment
Several documented labels for C1 control code points which were never actually approved in any standard.
Abbreviation
Commonly occurring abbreviations (or acronyms) for control codes, format characters, spaces and variation selectors.
Trait Implementations§
source§impl Clone for NameAliasLabel
impl Clone for NameAliasLabel
source§fn clone(&self) -> NameAliasLabel
fn clone(&self) -> NameAliasLabel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NameAliasLabel
impl Debug for NameAliasLabel
source§impl Default for NameAliasLabel
impl Default for NameAliasLabel
source§fn default() -> NameAliasLabel
fn default() -> NameAliasLabel
Returns the “default value” for a type. Read more
source§impl FromStr for NameAliasLabel
impl FromStr for NameAliasLabel
source§impl PartialEq for NameAliasLabel
impl PartialEq for NameAliasLabel
source§fn eq(&self, other: &NameAliasLabel) -> bool
fn eq(&self, other: &NameAliasLabel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NameAliasLabel
impl Eq for NameAliasLabel
impl StructuralEq for NameAliasLabel
impl StructuralPartialEq for NameAliasLabel
Auto Trait Implementations§
impl RefUnwindSafe for NameAliasLabel
impl Send for NameAliasLabel
impl Sync for NameAliasLabel
impl Unpin for NameAliasLabel
impl UnwindSafe for NameAliasLabel
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