[][src]Enum quircs::Eci

pub enum Eci {
    Iso8859_1,
    Ibm437,
    Iso8859_2,
    Iso8859_3,
    Iso8859_4,
    Iso8859_5,
    Iso8859_6,
    Iso8859_7,
    Iso8859_8,
    Iso8859_9,
    Windows874,
    Iso8859_13,
    Iso8859_15,
    ShiftJis,
    Utf8,
}

Common character encodings

Variants

Iso8859_1
Ibm437
Iso8859_2
Iso8859_3
Iso8859_4
Iso8859_5
Iso8859_6
Iso8859_7
Iso8859_8
Iso8859_9
Windows874
Iso8859_13
Iso8859_15
ShiftJis
Utf8

Trait Implementations

impl Clone for Eci[src]

impl Copy for Eci[src]

impl Debug for Eci[src]

impl Eq for Eci[src]

impl FromPrimitive for Eci[src]

impl Hash for Eci[src]

impl PartialEq<Eci> for Eci[src]

impl StructuralEq for Eci[src]

impl StructuralPartialEq for Eci[src]

impl ToPrimitive for Eci[src]

Auto Trait Implementations

impl RefUnwindSafe for Eci

impl Send for Eci

impl Sync for Eci

impl Unpin for Eci

impl UnwindSafe for Eci

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.