Enum libpq::Encoding[][src]

#[repr(i32)]
pub enum Encoding {
Show variants SQL_ASCII, EUC_JP, EUC_CN, EUC_KR, EUC_TW, EUC_JIS_2004, UTF8, MULE_INTERNAL, LATIN1, LATIN2, LATIN3, LATIN4, LATIN5, LATIN6, LATIN7, LATIN8, LATIN9, LATIN10, WIN1256, WIN1258, WIN866, WIN874, KOI8R, WIN1251, WIN1252, ISO_8859_5, ISO_8859_6, ISO_8859_7, ISO_8859_8, WIN1250, WIN1253, WIN1254, WIN1255, WIN1257, KOI8U, SJIS, BIG5, GBK, UHC, GB18030, JOHAB, SHIFT_JIS_2004,
}

Variants

SQL_ASCII
EUC_JP
EUC_CN
EUC_KR
EUC_TW
EUC_JIS_2004
UTF8
MULE_INTERNAL
LATIN1
LATIN2
LATIN3
LATIN4
LATIN5
LATIN6
LATIN7
LATIN8
LATIN9
LATIN10
WIN1256
WIN1258
WIN866
WIN874
KOI8R
WIN1251
WIN1252
ISO_8859_5
ISO_8859_6
ISO_8859_7
ISO_8859_8
WIN1250
WIN1253
WIN1254
WIN1255
WIN1257
KOI8U
SJIS
BIG5
GBK
UHC
GB18030
JOHAB
SHIFT_JIS_2004

Trait Implementations

impl Clone for Encoding[src]

impl Copy for Encoding[src]

impl Debug for Encoding[src]

impl From<i32> for Encoding[src]

impl PartialEq<Encoding> for Encoding[src]

impl StructuralPartialEq for Encoding[src]

impl ToString for Encoding[src]

Auto Trait Implementations

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.