pub enum IdentifierType {
Not_Character,
Deprecated,
Default_Ignorable,
Not_NFKC,
Not_XID,
Exclusion,
Obsolete,
Technical,
Uncommon_Use,
Limited_Use,
Inclusion,
Recommended,
}Expand description
https://www.unicode.org/reports/tr39/#Identifier_Status_and_Type
Variants§
Not_Character
Deprecated
Default_Ignorable
Not_NFKC
Not_XID
Exclusion
Obsolete
Technical
Uncommon_Use
Limited_Use
Inclusion
Recommended
Trait Implementations§
source§impl Clone for IdentifierType
impl Clone for IdentifierType
source§fn clone(&self) -> IdentifierType
fn clone(&self) -> IdentifierType
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 IdentifierType
impl Debug for IdentifierType
source§impl Hash for IdentifierType
impl Hash for IdentifierType
source§impl Ord for IdentifierType
impl Ord for IdentifierType
source§fn cmp(&self, other: &IdentifierType) -> Ordering
fn cmp(&self, other: &IdentifierType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for IdentifierType
impl PartialEq for IdentifierType
source§fn eq(&self, other: &IdentifierType) -> bool
fn eq(&self, other: &IdentifierType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for IdentifierType
impl PartialOrd for IdentifierType
source§fn partial_cmp(&self, other: &IdentifierType) -> Option<Ordering>
fn partial_cmp(&self, other: &IdentifierType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for IdentifierType
impl Eq for IdentifierType
impl StructuralPartialEq for IdentifierType
Auto Trait Implementations§
impl RefUnwindSafe for IdentifierType
impl Send for IdentifierType
impl Sync for IdentifierType
impl Unpin for IdentifierType
impl UnwindSafe for IdentifierType
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