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 Date
impl DerefMut for Date
impl Header for Date
fn header_name() -> &'static str
fn parse_header(raw: &[Vec<u8>]) -> Option<Date>
impl HeaderFormat for Date
fn fmt_header(&self, fmt: &mut Formatter) -> Result
impl FromStr for Date
impl Deref for Date
impl DerefMut for Date
impl Header for Date
fn header_name() -> &'static str
fn parse_header(raw: &[Vec<u8>]) -> Option<Date>
impl HeaderFormat for Date
fn fmt_header(&self, fmt: &mut Formatter) -> Result
impl FromStr for Date
impl Debug for Date
impl Clone for Date
fn clone(&self) -> Date
fn clone_from(&mut self, source: &Self)
impl PartialEq for Date
impl Copy for Date
impl Debug for Date
impl Clone for Date
fn clone(&self) -> Date
fn clone_from(&mut self, source: &Self)
impl PartialEq for Date
impl 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
).