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 LastModifiedimpl DerefMut for LastModifiedimpl Header for LastModifiedfn header_name() -> &'static strfn parse_header(raw: &[Vec<u8>]) -> Option<LastModified>impl HeaderFormat for LastModifiedfn fmt_header(&self, fmt: &mut Formatter) -> Resultimpl FromStr for LastModifiedimpl Deref for LastModifiedimpl DerefMut for LastModifiedimpl Header for LastModifiedfn header_name() -> &'static strfn parse_header(raw: &[Vec<u8>]) -> Option<LastModified>impl HeaderFormat for LastModifiedfn fmt_header(&self, fmt: &mut Formatter) -> Resultimpl FromStr for LastModifiedimpl Debug for LastModifiedimpl Clone for LastModifiedfn clone(&self) -> LastModifiedfn clone_from(&mut self, source: &Self)impl PartialEq for LastModifiedfn eq(&self, __arg_0: &LastModified) -> boolfn ne(&self, __arg_0: &LastModified) -> boolimpl Copy for LastModifiedimpl Debug for LastModifiedimpl Clone for LastModifiedfn clone(&self) -> LastModifiedfn clone_from(&mut self, source: &Self)impl PartialEq for LastModifiedfn eq(&self, __arg_0: &LastModified) -> boolfn ne(&self, __arg_0: &LastModified) -> boolimpl 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).