Enum hyper::mime::Attr [-] [+] [src]

pub enum Attr {
    Charset,
    Q,
    Ext(String),
}

Variants

Charset
Q
Ext

Trait Implementations

impl PartialEq<Attr> for Attr

fn eq(&self, other: &Attr) -> bool

fn ne(&self, other: &Rhs) -> bool

impl Display for Attr

fn fmt(&self, fmt: &mut Formatter) -> Result<(), Error>

impl FromStr for Attr

type Err = ()

fn from_str(s: &str) -> Result<Attr, ()>

Derived Implementations

impl Debug for Attr

fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>

impl Clone for Attr

fn clone(&self) -> Attr

fn clone_from(&mut self, source: &Self)