#[repr(u32)]pub enum UIdentifierType {
U_ID_TYPE_NOT_CHARACTER = 0,
U_ID_TYPE_DEPRECATED = 1,
U_ID_TYPE_DEFAULT_IGNORABLE = 2,
U_ID_TYPE_NOT_NFKC = 3,
U_ID_TYPE_NOT_XID = 4,
U_ID_TYPE_EXCLUSION = 5,
U_ID_TYPE_OBSOLETE = 6,
U_ID_TYPE_TECHNICAL = 7,
U_ID_TYPE_UNCOMMON_USE = 8,
U_ID_TYPE_LIMITED_USE = 9,
U_ID_TYPE_INCLUSION = 10,
U_ID_TYPE_RECOMMENDED = 11,
}Variants§
U_ID_TYPE_NOT_CHARACTER = 0
U_ID_TYPE_DEPRECATED = 1
U_ID_TYPE_DEFAULT_IGNORABLE = 2
U_ID_TYPE_NOT_NFKC = 3
U_ID_TYPE_NOT_XID = 4
U_ID_TYPE_EXCLUSION = 5
U_ID_TYPE_OBSOLETE = 6
U_ID_TYPE_TECHNICAL = 7
U_ID_TYPE_UNCOMMON_USE = 8
U_ID_TYPE_LIMITED_USE = 9
U_ID_TYPE_INCLUSION = 10
U_ID_TYPE_RECOMMENDED = 11
Trait Implementations§
Source§impl Clone for UIdentifierType
impl Clone for UIdentifierType
Source§fn clone(&self) -> UIdentifierType
fn clone(&self) -> UIdentifierType
Returns a duplicate 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 UIdentifierType
impl Debug for UIdentifierType
Source§impl Hash for UIdentifierType
impl Hash for UIdentifierType
Source§impl PartialEq for UIdentifierType
impl PartialEq for UIdentifierType
Source§impl PartialOrd for UIdentifierType
impl PartialOrd for UIdentifierType
impl Copy for UIdentifierType
impl Eq for UIdentifierType
impl StructuralPartialEq for UIdentifierType
Auto Trait Implementations§
impl Freeze for UIdentifierType
impl RefUnwindSafe for UIdentifierType
impl Send for UIdentifierType
impl Sync for UIdentifierType
impl Unpin for UIdentifierType
impl UnwindSafe for UIdentifierType
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