Struct hyper::header::Date
[-] [+]
[src]
pub struct Date(pub Tm);
The Date header field.
pub struct Date(pub Tm);
The Date header field.
impl Deref for Dateimpl DerefMut for Dateimpl Header for Datefn header_name() -> &'static strfn parse_header(raw: &[Vec<u8>]) -> Option<Date>impl HeaderFormat for Datefn fmt_header(&self, fmt: &mut Formatter) -> Resultimpl FromStr for Dateimpl Deref for Dateimpl DerefMut for Dateimpl Header for Datefn header_name() -> &'static strfn parse_header(raw: &[Vec<u8>]) -> Option<Date>impl HeaderFormat for Datefn fmt_header(&self, fmt: &mut Formatter) -> Resultimpl FromStr for Dateimpl Debug for Dateimpl Clone for Datefn clone(&self) -> Datefn clone_from(&mut self, source: &Self)impl PartialEq for Dateimpl Copy for Dateimpl Debug for Dateimpl Clone for Datefn clone(&self) -> Datefn clone_from(&mut self, source: &Self)impl PartialEq for Dateimpl Copy for Date
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).