Struct reqwest::header::HttpDate
[−]
[src]
pub struct HttpDate(pub Tm);
A time::Time
with HTTP formatting and parsing
Trait Implementations
impl Copy for HttpDate
[src]
impl Debug for HttpDate
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
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 FromStr for HttpDate
[src]
impl Eq for HttpDate
[src]
impl PartialEq<HttpDate> for HttpDate
[src]
fn eq(&self, __arg_0: &HttpDate) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &HttpDate) -> bool
This method tests for !=
.
impl Clone for HttpDate
[src]
fn clone(&self) -> HttpDate
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Display for HttpDate
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more