#[repr(u32)]pub enum TextMode {
Plain = 0,
ECI = 1,
HRI = 2,
Escaped = 3,
Hex = 4,
HexECI = 5,
}Variants§
Trait Implementations§
Source§impl Ord for TextMode
impl Ord for TextMode
Source§impl PartialOrd for TextMode
impl PartialOrd for TextMode
impl Copy for TextMode
impl Eq for TextMode
impl StructuralPartialEq for TextMode
Auto Trait Implementations§
impl Freeze for TextMode
impl RefUnwindSafe for TextMode
impl Send for TextMode
impl Sync for TextMode
impl Unpin for TextMode
impl UnwindSafe for TextMode
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