pub enum NameAliasType {
NameCorrections,
ControlCodeNames,
AlternateNames,
Figments,
NameAbbreviations,
}
Expand description
Types of Unicode Name Aliases
Variants§
NameCorrections
Corrections for serious problems in the character names
ControlCodeNames
ISO 6429 names for C0 and C1 control functions, and other commonly occurring names for control codes
AlternateNames
A few widely used alternate names for format characters
Figments
Several documented labels for C1 control code points which were never actually approved in any standard
NameAbbreviations
Commonly occurring abbreviations (or acronyms) for control codes, format characters, spaces, and variation selectors
Implementations§
Source§impl NameAliasType
impl NameAliasType
Sourcepub fn of(ch: char) -> Option<&'static [NameAliasType]>
pub fn of(ch: char) -> Option<&'static [NameAliasType]>
Find types of available Name Aliases for the given character
Trait Implementations§
Source§impl Clone for NameAliasType
impl Clone for NameAliasType
Source§fn clone(&self) -> NameAliasType
fn clone(&self) -> NameAliasType
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 NameAliasType
impl Debug for NameAliasType
Source§impl Hash for NameAliasType
impl Hash for NameAliasType
Source§impl PartialEq for NameAliasType
impl PartialEq for NameAliasType
impl Copy for NameAliasType
impl Eq for NameAliasType
impl StructuralPartialEq for NameAliasType
Auto Trait Implementations§
impl Freeze for NameAliasType
impl RefUnwindSafe for NameAliasType
impl Send for NameAliasType
impl Sync for NameAliasType
impl Unpin for NameAliasType
impl UnwindSafe for NameAliasType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)