Lines Matching defs:Method
46 pub struct Method(Inner); struct
71 impl Method { implementation
100 pub fn from_bytes(src: &[u8]) -> Result<Method, InvalidMethod> { in from_bytes()
139 fn extension_inline(src: &[u8]) -> Result<Method, InvalidMethod> { in extension_inline()
188 impl AsRef<str> for Method { implementation
195 impl<'a> PartialEq<&'a Method> for Method { implementation
202 impl<'a> PartialEq<Method> for &'a Method { implementation
209 impl PartialEq<str> for Method { implementation
223 impl<'a> PartialEq<&'a str> for Method { implementation
237 impl fmt::Debug for Method { implementation
243 impl fmt::Display for Method { implementation
249 impl Default for Method { implementation
256 impl<'a> From<&'a Method> for Method { implementation
263 impl<'a> TryFrom<&'a [u8]> for Method { implementation
272 impl<'a> TryFrom<&'a str> for Method { implementation
281 impl FromStr for Method { implementation