pub enum EncodingMode {
Numeric,
AlphaNumeric,
Byte,
Japanese,
}
Variants§
Auto Trait Implementations§
impl Freeze for EncodingMode
impl RefUnwindSafe for EncodingMode
impl Send for EncodingMode
impl Sync for EncodingMode
impl Unpin for EncodingMode
impl UnwindSafe for EncodingMode
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