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

pub enum Value {
    Utf8,
    ValueExt(String),
}

Variants

Utf8
ValueExt

Trait Implementations

impl Show for Value

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

impl FromStr for Value

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

Derived Implementations

impl PartialEq for Value

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

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

impl Clone for Value

fn clone(&self) -> Value

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