Struct reqwest::header::HttpDate [] [src]

pub struct HttpDate(pub Tm);

A time::Time with HTTP formatting and parsing

Trait Implementations

impl Ord for HttpDate

impl FromStr for HttpDate

impl Debug for HttpDate

Formats the value using the given formatter.

impl Clone for HttpDate

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialOrd<HttpDate> for HttpDate

impl PartialEq<HttpDate> for HttpDate

impl Display for HttpDate

Formats the value using the given formatter.

impl Copy for HttpDate

impl Eq for HttpDate