pub enum LegacyCharacterEncoding {
Ascii,
Binary,
Ucs2,
}Expand description
Enumeration of legacy character encoding options.
Variants§
Auto Trait Implementations§
impl Freeze for LegacyCharacterEncoding
impl RefUnwindSafe for LegacyCharacterEncoding
impl Send for LegacyCharacterEncoding
impl Sync for LegacyCharacterEncoding
impl Unpin for LegacyCharacterEncoding
impl UnwindSafe for LegacyCharacterEncoding
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