Struct hyper::header::HttpDate [] [src]

pub struct HttpDate(pub Tm);

A time::Time with HTTP formatting and parsing

Trait Implementations

impl FromStr for HttpDate

type Err = Error

fn from_str(s: &str) -> Result<HttpDate>

impl Display for HttpDate

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

Derived Implementations

impl Ord for HttpDate

fn cmp(&self, __arg_0: &HttpDate) -> Ordering

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

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

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

impl Debug for HttpDate

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

impl Copy for HttpDate

impl Clone for HttpDate

fn clone(&self) -> HttpDate

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