Enum hyper::mime::AttrExperimental [-]  [+] [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, &Attr) -> bool

impl String for Attr

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

impl FromStr for Attr

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

Derived Implementations

impl Show for Attr

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

impl Clone for Attr

fn clone(&self) -> Attr

fn clone_from(&mut self, &Attr)