Struct hyper::header::HttpDate
[-] [+]
[src]
pub struct HttpDate(pub Tm);
A time::Time with HTTP formatting and parsing
pub struct HttpDate(pub Tm);
A time::Time with HTTP formatting and parsing
impl FromStr for HttpDateimpl Display for HttpDateimpl Ord for HttpDateimpl PartialOrd for HttpDatefn partial_cmp(&self, __arg_0: &HttpDate) -> Option<Ordering>fn lt(&self, __arg_0: &HttpDate) -> boolfn le(&self, __arg_0: &HttpDate) -> boolfn gt(&self, __arg_0: &HttpDate) -> boolfn ge(&self, __arg_0: &HttpDate) -> boolimpl Eq for HttpDateimpl PartialEq for HttpDateimpl Debug for HttpDateimpl Copy for HttpDateimpl Clone for HttpDatefn clone(&self) -> HttpDatefn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).