method
Module: method
Section titled “Module: method”Contents
Section titled “Contents”Structs
Method- A wrapped version ofhttp::Methodthat allows (de)serialization
firma_http::method::Method
Section titled “firma_http::method::Method”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