Struct iron::headers::HttpDate
[−]
[src]
pub struct HttpDate(pub Tm);
A time::Time
with HTTP formatting and parsing
Trait Implementations
impl Clone for HttpDate
[src]
fn clone(&self) -> HttpDate
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialOrd<HttpDate> for HttpDate
[src]
fn partial_cmp(&self, __arg_0: &HttpDate) -> Option<Ordering>
fn lt(&self, __arg_0: &HttpDate) -> bool
fn le(&self, __arg_0: &HttpDate) -> bool
fn gt(&self, __arg_0: &HttpDate) -> bool
fn ge(&self, __arg_0: &HttpDate) -> bool
impl Debug for HttpDate
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Eq for HttpDate
[src]
impl Copy for HttpDate
[src]
impl Ord for HttpDate
[src]
impl FromStr for HttpDate
[src]
impl Display for HttpDate
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more