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

pub struct HttpDate(pub Tm);

A time::Time with HTTP formatting and parsing

Trait Implementations

impl Display for HttpDate

impl Debug for HttpDate

Formats the value using the given formatter.

impl Ord for HttpDate

impl PartialEq<HttpDate> for HttpDate

impl Clone for HttpDate

impl Copy for HttpDate

impl Eq for HttpDate

impl PartialOrd<HttpDate> for HttpDate

impl FromStr for HttpDate