Enum hyper::mime::ValueExperimental
[-]
[+]
[src]
pub enum Value { Utf8, ValueExt(String), }
Variants
Utf8 | |
ValueExt |
pub enum Value { Utf8, ValueExt(String), }
Utf8 | |
ValueExt |
impl Show for Value
fn fmt(&self, fmt: &mut Formatter) -> Result<(), FormatError>
impl FromStr for Value
impl PartialEq for Value
fn eq(&self, __arg_0: &Value) -> bool
fn ne(&self, __arg_0: &Value) -> bool
fn ne(&self, &Value) -> bool
impl Clone for Value
fn clone(&self) -> Value
fn clone_from(&mut self, &Value)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).