Skip to content

method

Structs

  • Method - A wrapped version of http::Method that allows (de)serialization

Struct

A wrapped version of http::Method that allows (de)serialization

Tuple Struct: (http::Method)

Methods:

Traits: Eq

Trait Implementations:

  • Hash
    • fn hash<H>(self: &Self, state: & mut H)
  • Display
    • fn fmt(self: &Self, f: & mut fmt::Formatter) -> fmt::Result
  • Debug
    • fn fmt(self: &Self, f: & mut fmt::Formatter) -> fmt::Result
  • Deserialize
    • fn deserialize<D>(deserializer: D) -> Result<Self, <D as >::Error>
  • PartialEq
    • fn eq(self: &Self, other: &Method) -> bool
  • Serialize
    • fn serialize<S>(self: &Self, serializer: S) -> Result<<S as >::Ok, <S as >::Error>
  • Deref
    • fn deref(self: &Self) -> &<Self as >::Target
  • Clone
    • fn clone(self: &Self) -> Method