Struct typed_headers::HttpDate [−][src]
pub struct HttpDate(_);
Trait Implementations
impl Debug for HttpDate[src]
impl Debug for HttpDatefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for HttpDate[src]
impl Clone for HttpDatefn clone(&self) -> HttpDate[src]
fn clone(&self) -> HttpDateReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for HttpDate[src]
impl PartialEq for HttpDatefn eq(&self, other: &HttpDate) -> bool[src]
fn eq(&self, other: &HttpDate) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &HttpDate) -> bool[src]
fn ne(&self, other: &HttpDate) -> boolThis method tests for !=.
impl Eq for HttpDate[src]
impl Eq for HttpDateimpl From<SystemTime> for HttpDate[src]
impl From<SystemTime> for HttpDatefn from(t: SystemTime) -> HttpDate[src]
fn from(t: SystemTime) -> HttpDatePerforms the conversion.
impl From<HttpDate> for SystemTime[src]
impl From<HttpDate> for SystemTimefn from(t: HttpDate) -> SystemTime[src]
fn from(t: HttpDate) -> SystemTimePerforms the conversion.
impl FromStr for HttpDate[src]
impl FromStr for HttpDatetype Err = Error
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<HttpDate, Error>[src]
fn from_str(s: &str) -> Result<HttpDate, Error>Parses a string s to return a value of this type. Read more
impl Display for HttpDate[src]
impl Display for HttpDate