#[repr(i64)]pub enum NSLinguisticTaggerUnit {
Word = 0,
Sentence = 1,
Paragraph = 2,
Document = 3,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSLinguisticTaggerUnit
impl RefUnwindSafe for NSLinguisticTaggerUnit
impl Send for NSLinguisticTaggerUnit
impl Sync for NSLinguisticTaggerUnit
impl Unpin for NSLinguisticTaggerUnit
impl UnwindSafe for NSLinguisticTaggerUnit
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