pub enum ISO {
Latin1,
Latin2,
Greek,
Hebrew,
Latin5,
Cyrillic,
}
Variants§
Trait Implementations§
impl Copy for ISO
impl Eq for ISO
impl StructuralPartialEq for ISO
Auto Trait Implementations§
impl Freeze for ISO
impl RefUnwindSafe for ISO
impl Send for ISO
impl Sync for ISO
impl Unpin for ISO
impl UnwindSafe for ISO
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