Struct iron::headers::HttpDate [] [src]

pub struct HttpDate(pub Tm);

A time::Time 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 PartialEq<HttpDate> for HttpDate
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl FromStr for HttpDate
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

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]