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§impl PartialOrd for IdentifierType
impl PartialOrd for IdentifierType
impl Copy for IdentifierType
impl Eq for IdentifierType
impl StructuralPartialEq for IdentifierType
Auto Trait Implementations§
impl Freeze for IdentifierType
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
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
)