Enum jpreprocess_core::accent_rule::POSMatch
source · pub enum POSMatch {
Default,
Doushi,
Joshi,
Keiyoushi,
Meishi,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for POSMatch
impl Send for POSMatch
impl Sync for POSMatch
impl Unpin for POSMatch
impl UnwindSafe for POSMatch
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