#[repr(u64)]pub enum NSTextCheckingType {
Show 13 variants
Orthography = 1,
Spelling = 2,
Grammar = 4,
Date = 8,
Address = 16,
Link = 32,
Quote = 64,
Dash = 128,
Replacement = 256,
Correction = 512,
RegularExpression = 1_024,
PhoneNumber = 2_048,
TransitInformation = 4_096,
}Variants§
Orthography = 1
Spelling = 2
Grammar = 4
Date = 8
Address = 16
Link = 32
Quote = 64
Dash = 128
Replacement = 256
Correction = 512
RegularExpression = 1_024
PhoneNumber = 2_048
TransitInformation = 4_096
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSTextCheckingType
impl RefUnwindSafe for NSTextCheckingType
impl Send for NSTextCheckingType
impl Sync for NSTextCheckingType
impl Unpin for NSTextCheckingType
impl UnwindSafe for NSTextCheckingType
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