Struct hyper::header::LastModified
[-] [+]
[src]
pub struct LastModified(pub Tm);
The LastModified
header field.
pub struct LastModified(pub Tm);
The LastModified
header field.
impl Deref for LastModified
impl DerefMut for LastModified
impl Header for LastModified
fn header_name() -> &'static str
fn parse_header(raw: &[Vec<u8>]) -> Option<LastModified>
impl HeaderFormat for LastModified
fn fmt_header(&self, fmt: &mut Formatter) -> Result
impl FromStr for LastModified
impl Deref for LastModified
impl DerefMut for LastModified
impl Header for LastModified
fn header_name() -> &'static str
fn parse_header(raw: &[Vec<u8>]) -> Option<LastModified>
impl HeaderFormat for LastModified
fn fmt_header(&self, fmt: &mut Formatter) -> Result
impl FromStr for LastModified
impl Debug for LastModified
impl Clone for LastModified
fn clone(&self) -> LastModified
fn clone_from(&mut self, source: &Self)
impl PartialEq for LastModified
fn eq(&self, __arg_0: &LastModified) -> bool
fn ne(&self, __arg_0: &LastModified) -> bool
impl Copy for LastModified
impl Debug for LastModified
impl Clone for LastModified
fn clone(&self) -> LastModified
fn clone_from(&mut self, source: &Self)
impl PartialEq for LastModified
fn eq(&self, __arg_0: &LastModified) -> bool
fn ne(&self, __arg_0: &LastModified) -> bool
impl Copy for LastModified
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
).