pub enum WordCat {
Show 19 variants
WC_ALetter,
WC_Any,
WC_CR,
WC_Double_Quote,
WC_Extend,
WC_ExtendNumLet,
WC_Format,
WC_Hebrew_Letter,
WC_Katakana,
WC_LF,
WC_MidLetter,
WC_MidNum,
WC_MidNumLet,
WC_Newline,
WC_Numeric,
WC_Regional_Indicator,
WC_Single_Quote,
WC_WSegSpace,
WC_ZWJ,
}
Variants§
WC_ALetter
WC_Any
WC_CR
WC_Double_Quote
WC_Extend
WC_ExtendNumLet
WC_Format
WC_Hebrew_Letter
WC_Katakana
WC_LF
WC_MidLetter
WC_MidNum
WC_MidNumLet
WC_Newline
WC_Numeric
WC_Regional_Indicator
WC_Single_Quote
WC_WSegSpace
WC_ZWJ
Trait Implementations§
impl Copy for WordCat
impl Eq for WordCat
impl StructuralPartialEq for WordCat
Auto Trait Implementations§
impl Freeze for WordCat
impl RefUnwindSafe for WordCat
impl Send for WordCat
impl Sync for WordCat
impl Unpin for WordCat
impl UnwindSafe for WordCat
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
)