pub enum POSMatch {
Default,
Doushi,
Joshi,
Keiyoushi,
Meishi,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for POSMatch
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