Struct reqwest::header::HttpDate
[−]
[src]
pub struct HttpDate(pub Tm);
A time::Time
with HTTP formatting and parsing
Trait Implementations
impl PartialEq<HttpDate> for HttpDate
impl Debug for HttpDate
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Copy for HttpDate
impl Eq for HttpDate
impl Clone for HttpDate
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