Enum mime::ValueExperimental
[-]
[+]
[src]
pub enum Value {
Utf8,
ValueExt(String),
}Variants
Utf8 | |
ValueExt |
pub enum Value {
Utf8,
ValueExt(String),
}Utf8 | |
ValueExt |
impl Show for Valueimpl FromStr for Valueimpl PartialEq for Valueimpl Clone for Valuefn clone(&self) -> Valuefn clone_from(&mut self, source: &Self)
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).