Struct hyper::header::common::last_modified::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(_: Option<LastModified>) -> &'static strfn parse_header(raw: &[Vec<u8>]) -> Option<LastModified>impl HeaderFormat for LastModifiedfn fmt_header(&self, fmt: &mut Formatter) -> Resultimpl FromStr for LastModifiedfn from_str(s: &str) -> Option<LastModified>impl Show 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).