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

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

Variants

Utf8
Ext

Trait Implementations

impl PartialEq<Value> for Value

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

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

impl String for Value

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

impl FromStr for Value

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

Derived Implementations

impl Show for Value

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

impl Clone for Value

fn clone(&self) -> Value

fn clone_from(&mut self, &Value)