[−][src]Enum hyper::header::Charset
A Mime charset.
The string representation is normalised to upper case.
See http://www.iana.org/assignments/character-sets/character-sets.xhtml.
Variants
US ASCII
ISO-8859-1
ISO-8859-2
ISO-8859-3
ISO-8859-4
ISO-8859-5
ISO-8859-6
ISO-8859-7
ISO-8859-8
ISO-8859-9
ISO-8859-10
Shift_JIS
EUC-JP
ISO-2022-KR
EUC-KR
ISO-2022-JP
ISO-2022-JP-2
ISO-8859-6-E
ISO-8859-6-I
ISO-8859-8-E
ISO-8859-8-I
GB2312
Big5
KOI8-R
Ext(String)
An arbitrary charset specified as a string
Trait Implementations
impl Clone for Charset
[src]
impl Debug for Charset
[src]
impl Display for Charset
[src]
impl FromStr for Charset
[src]
type Err = Error
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Charset>
[src]
impl PartialEq<Charset> for Charset
[src]
impl StructuralPartialEq for Charset
[src]
Auto Trait Implementations
impl RefUnwindSafe for Charset
impl Send for Charset
impl Sync for Charset
impl Unpin for Charset
impl UnwindSafe for Charset
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,