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

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

Variants

Charset
Q
Ext

Trait Implementations

impl PartialEq for Attr

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

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

impl String for Attr

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

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

impl Clone for Attr

fn clone(&self) -> Attr

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