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

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

Variants

Utf8
Ext

Trait Implementations

impl PartialEq for Value

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

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

impl Display for Value

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

impl FromStr for Value

type Err = ()

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

Derived Implementations

impl Debug for Value

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

impl Clone for Value

fn clone(&self) -> Value

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