Lines Matching defs:Mime
43 pub struct Mime { struct
57 /// A section of a `Mime`. argument
128 impl Mime { implementation
267 fn mime_eq_str(mime: &Mime, s: &str) -> bool { in mime_eq_str()
375 impl PartialEq for Mime { implementation
391 impl Eq for Mime {} implementation
393 impl PartialOrd for Mime { implementation
399 impl Ord for Mime { implementation
405 impl Hash for Mime { implementation
411 impl<'a> PartialEq<&'a str> for Mime { implementation
425 impl FromStr for Mime { implementation
428 fn from_str(s: &str) -> Result<Mime, Self::Err> { in from_str()
433 impl AsRef<str> for Mime { implementation
440 impl fmt::Debug for Mime { implementation
447 impl fmt::Display for Mime { implementation