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 Valuefn fmt(&self, fmt: &mut Formatter) -> Result<(), FormatError>impl FromStr for Valueimpl PartialEq for Valuefn eq(&self, __arg_0: &Value) -> boolfn ne(&self, __arg_0: &Value) -> boolfn ne(&self, &Value) -> boolimpl Clone for Valuefn clone(&self) -> Valuefn 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).