pub enum CodeTable {
USA,
Latin2,
}Expand description
Possible character sets
Variants§
Implementations§
Trait Implementations§
impl Copy for CodeTable
impl Eq for CodeTable
impl StructuralPartialEq for CodeTable
Auto Trait Implementations§
impl Freeze for CodeTable
impl RefUnwindSafe for CodeTable
impl Send for CodeTable
impl Sync for CodeTable
impl Unpin for CodeTable
impl UnwindSafe for CodeTable
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