header_value
Module: header_value
Section titled “Module: header_value”Contents
Section titled “Contents”Structs
HeaderValue- A wrapped version ofhttp::HeaderValuethat allows (de)serialization
firma_http::header_value::HeaderValue
Section titled “firma_http::header_value::HeaderValue”Struct
A wrapped version of http::HeaderValue that allows (de)serialization
Tuple Struct: (http::HeaderValue)
Traits: Eq
Trait Implementations:
- Clone
fn clone(self: &Self) -> HeaderValue
- Deserialize
fn deserialize<D>(deserializer: D) -> Result<Self, <D as >::Error>
- Debug
fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
- Serialize
fn serialize<S>(self: &Self, serializer: S) -> Result<<S as >::Ok, <S as >::Error>
- FromStr
fn from_str(s: &str) -> Result<Self, <Self as >::Err>
- From
fn from(value: &http::HeaderValue) -> Self
- Deref
fn deref(self: &Self) -> &<Self as >::Target
- Borrow
fn borrow(self: &Self) -> &http::HeaderValue
- Hash
fn hash<H>(self: &Self, state: & mut H)
- PartialEq
fn eq(self: &Self, other: &HeaderValue) -> bool