pub struct POSTAG;Expand description
POS tag bit flags (identical numeric values to the TypeScript POSTAG enum).
Implementations§
Trait Implementations§
impl Copy for POSTAG
impl Eq for POSTAG
impl StructuralPartialEq for POSTAG
Auto Trait Implementations§
impl Freeze for POSTAG
impl RefUnwindSafe for POSTAG
impl Send for POSTAG
impl Sync for POSTAG
impl Unpin for POSTAG
impl UnsafeUnpin for POSTAG
impl UnwindSafe for POSTAG
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