pub enum SentenceCat {
Show 15 variants
SC_ATerm,
SC_Any,
SC_CR,
SC_Close,
SC_Extend,
SC_Format,
SC_LF,
SC_Lower,
SC_Numeric,
SC_OLetter,
SC_SContinue,
SC_STerm,
SC_Sep,
SC_Sp,
SC_Upper,
}
Variants§
SC_ATerm
SC_Any
SC_CR
SC_Close
SC_Extend
SC_Format
SC_LF
SC_Lower
SC_Numeric
SC_OLetter
SC_SContinue
SC_STerm
SC_Sep
SC_Sp
SC_Upper
Trait Implementations§
source§impl Clone for SentenceCat
impl Clone for SentenceCat
source§fn clone(&self) -> SentenceCat
fn clone(&self) -> SentenceCat
Returns a copy 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 SentenceCat
impl Debug for SentenceCat
source§impl PartialEq for SentenceCat
impl PartialEq for SentenceCat
impl Copy for SentenceCat
impl Eq for SentenceCat
impl StructuralPartialEq for SentenceCat
Auto Trait Implementations§
impl Freeze for SentenceCat
impl RefUnwindSafe for SentenceCat
impl Send for SentenceCat
impl Sync for SentenceCat
impl Unpin for SentenceCat
impl UnwindSafe for SentenceCat
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
)