Struct hyper::header::common::date::DateExperimental [-]  [+] [src]

pub struct Date(pub Tm);

The Date header field.

Trait Implementations

impl Header for Date

fn header_name(_: Option<Date>) -> &'static str

fn parse_header(raw: &[Vec<u8>]) -> Option<Date>

fn fmt_header(&self, fmt: &mut Formatter) -> Result

impl Show for Date

fn fmt(&self, fmt: &mut Formatter) -> Result

impl FromStr for Date

fn from_str(s: &str) -> Option<Date>

Derived Implementations

impl Clone for Date

fn clone(&self) -> Date

fn clone_from(&mut self, source: &Self)

impl PartialEq for Date

fn eq(&self, __arg_0: &Date) -> bool

fn ne(&self, __arg_0: &Date) -> bool