pub enum DEC {
Supplemental,
Greek,
Hebrew,
Turkish,
Cyrillic,
Graphic,
Technical,
}
Variants§
Trait Implementations§
impl Copy for DEC
impl Eq for DEC
impl StructuralPartialEq for DEC
Auto Trait Implementations§
impl Freeze for DEC
impl RefUnwindSafe for DEC
impl Send for DEC
impl Sync for DEC
impl Unpin for DEC
impl UnwindSafe for DEC
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