Struct reqwest::header::HttpDate
[−]
[src]
pub struct HttpDate(pub Tm);
A time::Time
with HTTP formatting and parsing
Trait Implementations
impl Eq for HttpDate
[src]
impl PartialOrd<HttpDate> for HttpDate
[src]
fn partial_cmp(&self, __arg_0: &HttpDate) -> Option<Ordering>
fn lt(&self, __arg_0: &HttpDate) -> bool
fn le(&self, __arg_0: &HttpDate) -> bool
fn gt(&self, __arg_0: &HttpDate) -> bool
fn ge(&self, __arg_0: &HttpDate) -> bool
impl Debug for HttpDate
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.