#[repr(u8)]pub enum OtherProperties {
Show 53 variants
ASCII = 0,
ASCII_Hex_Digit = 1,
Alphabetic = 2,
Any = 3,
Assigned = 4,
Bidi_Control = 5,
Bidi_Mirrored = 6,
Case_Ignorable = 7,
Cased = 8,
Changes_When_Casefolded = 9,
Changes_When_Casemapped = 10,
Changes_When_Lowercased = 11,
Changes_When_NFKC_Casefolded = 12,
Changes_When_Titlecased = 13,
Changes_When_Uppercased = 14,
Dash = 15,
Default_Ignorable_Code_Point = 16,
Deprecated = 17,
Diacritic = 18,
Emoji = 19,
Emoji_Component = 20,
Emoji_Modifier = 21,
Emoji_Modifier_Base = 22,
Emoji_Presentation = 23,
Extended_Pictographic = 24,
Extender = 25,
Grapheme_Base = 26,
Grapheme_Extend = 27,
Hex_Digit = 28,
IDS_Binary_Operator = 29,
IDS_Trinary_Operator = 30,
ID_Continue = 31,
ID_Start = 32,
Ideographic = 33,
Join_Control = 34,
Logical_Order_Exception = 35,
Lowercase = 36,
Math = 37,
Noncharacter_Code_Point = 38,
Pattern_Syntax = 39,
Pattern_White_Space = 40,
Quotation_Mark = 41,
Radical = 42,
Regional_Indicator = 43,
Sentence_Terminal = 44,
Soft_Dotted = 45,
Terminal_Punctuation = 46,
Unified_Ideograph = 47,
Uppercase = 48,
Variation_Selector = 49,
White_Space = 50,
XID_Continue = 51,
XID_Start = 52,
}Variants§
ASCII = 0
ASCII_Hex_Digit = 1
Alphabetic = 2
Any = 3
Assigned = 4
Bidi_Control = 5
Bidi_Mirrored = 6
Case_Ignorable = 7
Cased = 8
Changes_When_Casefolded = 9
Changes_When_Casemapped = 10
Changes_When_Lowercased = 11
Changes_When_NFKC_Casefolded = 12
Changes_When_Titlecased = 13
Changes_When_Uppercased = 14
Dash = 15
Default_Ignorable_Code_Point = 16
Deprecated = 17
Diacritic = 18
Emoji = 19
Emoji_Component = 20
Emoji_Modifier = 21
Emoji_Modifier_Base = 22
Emoji_Presentation = 23
Extended_Pictographic = 24
Extender = 25
Grapheme_Base = 26
Grapheme_Extend = 27
Hex_Digit = 28
IDS_Binary_Operator = 29
IDS_Trinary_Operator = 30
ID_Continue = 31
ID_Start = 32
Ideographic = 33
Join_Control = 34
Logical_Order_Exception = 35
Lowercase = 36
Math = 37
Noncharacter_Code_Point = 38
Pattern_Syntax = 39
Pattern_White_Space = 40
Quotation_Mark = 41
Radical = 42
Regional_Indicator = 43
Sentence_Terminal = 44
Soft_Dotted = 45
Terminal_Punctuation = 46
Unified_Ideograph = 47
Uppercase = 48
Variation_Selector = 49
White_Space = 50
XID_Continue = 51
XID_Start = 52
Implementations§
Trait Implementations§
Source§impl Clone for OtherProperties
impl Clone for OtherProperties
Source§fn clone(&self) -> OtherProperties
fn clone(&self) -> OtherProperties
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OtherProperties
Source§impl Debug for OtherProperties
impl Debug for OtherProperties
impl Eq for OtherProperties
Source§impl Hash for OtherProperties
impl Hash for OtherProperties
Source§impl PartialEq for OtherProperties
impl PartialEq for OtherProperties
Source§fn eq(&self, other: &OtherProperties) -> bool
fn eq(&self, other: &OtherProperties) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OtherProperties
Auto Trait Implementations§
impl Freeze for OtherProperties
impl RefUnwindSafe for OtherProperties
impl Send for OtherProperties
impl Sync for OtherProperties
impl Unpin for OtherProperties
impl UnsafeUnpin for OtherProperties
impl UnwindSafe for OtherProperties
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