Enum unicode_security::general_security_profile::IdentifierType [−][src]
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
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
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
Mutably borrows from an owned value. Read more