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 HttpDate
impl Display for HttpDate
impl Ord for HttpDate
impl PartialOrd for HttpDate
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 Eq for HttpDate
impl PartialEq for HttpDate
impl Debug for HttpDate
impl Copy for HttpDate
impl Clone for HttpDate
fn clone(&self) -> HttpDate
fn 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
).
Search functions by type signature (e.g.
vec -> usize
)