Enum mime::AttrExperimental [-]  [+] [src]

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

Variants

Charset
Q
AttrExt

Trait Implementations

impl Show for Attr

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

impl FromStr for Attr

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

Derived Implementations

impl PartialEq for Attr

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

fn ne(&self, __arg_0: &Attr) -> bool

impl Clone for Attr

fn clone(&self) -> Attr

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