enum EucJpPending {
None,
Jis0208Lead(u8),
Jis0212Shift,
Jis0212Lead(u8),
HalfWidthKatakana,
}Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for EucJpPending
impl RefUnwindSafe for EucJpPending
impl Send for EucJpPending
impl Sync for EucJpPending
impl Unpin for EucJpPending
impl UnsafeUnpin for EucJpPending
impl UnwindSafe for EucJpPending
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