Searched defs:ContentType (Results 1 – 6 of 6) sorted by relevance
11 pub enum ContentType { enum20 impl From<u8> for ContentType { implementation41 pub fn content_type(&self) -> ContentType { in content_type()68 pub fn unmarshal<R: Read>(content_type: ContentType, reader: &mut R) -> Result<Self> { in unmarshal()
17 pub fn content_type(&self) -> ContentType { in content_type()
19 pub fn content_type(&self) -> ContentType { in content_type()
157 pub fn content_type(&self) -> ContentType { in content_type()
182 pub fn content_type(&self) -> ContentType { in content_type()
296 content_type: ContentType, in prf_mac()