Struct ferrum::header::HttpDate [] [src]

pub struct HttpDate(_);

A timestamp with HTTP formatting and parsing

Trait Implementations

impl Ord for HttpDate
[src]

[src]

impl Copy for HttpDate
[src]

impl Clone for HttpDate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<SystemTime> for HttpDate
[src]

[src]

Performs the conversion.

impl PartialEq<HttpDate> for HttpDate
[src]

[src]

[src]

impl FromStr for HttpDate
[src]

impl Debug for HttpDate
[src]

[src]

Formats the value using the given formatter.

impl Eq for HttpDate
[src]

impl Display for HttpDate
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialOrd<HttpDate> for HttpDate
[src]

[src]

[src]

[src]

[src]

[src]