Struct stdcli::prelude::reqwest::header::HttpDate
[−]
[src]
pub struct HttpDate(_);
A timestamp with HTTP formatting and parsing
Trait Implementations
impl Ord for HttpDate[src]
impl Copy for HttpDate[src]
impl Clone for HttpDate[src]
fn clone(&self) -> HttpDate[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl From<SystemTime> for HttpDate[src]
fn from(sys: SystemTime) -> HttpDate[src]
Performs the conversion.
impl PartialEq<HttpDate> for HttpDate[src]
impl FromStr for HttpDate[src]
impl Debug for HttpDate[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter.
impl Eq for HttpDate[src]
impl Display for HttpDate[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
Formats the value using the given formatter. Read more