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

Formats the value using the given formatter.

impl Copy for HttpDate

impl Eq for HttpDate

impl Clone for HttpDate

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Ord for HttpDate

impl Display for HttpDate

Formats the value using the given formatter.

impl PartialOrd<HttpDate> for HttpDate

impl FromStr for HttpDate