enum Iso2022JpEncoderState {
    Ascii,
    Roman,
    Jis0208,
}Variants§
Auto Trait Implementations§
impl Freeze for Iso2022JpEncoderState
impl RefUnwindSafe for Iso2022JpEncoderState
impl Send for Iso2022JpEncoderState
impl Sync for Iso2022JpEncoderState
impl Unpin for Iso2022JpEncoderState
impl UnwindSafe for Iso2022JpEncoderState
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