Struct hyper::header::common::expires::Expires
[-]
[+]
[src]
pub struct Expires(pub Tm);
The Expires header field.
pub struct Expires(pub Tm);
The Expires header field.
impl Deref for Expiresimpl DerefMut for Expiresimpl Header for Expiresfn header_name(_: Option<Expires>) -> &'static strfn parse_header(raw: &[Vec<u8>]) -> Option<Expires>impl HeaderFormat for Expiresfn fmt_header(&self, fmt: &mut Formatter) -> Resultimpl FromStr for Expiresimpl Show for Expiresimpl Clone for Expiresfn clone(&self) -> Expiresfn clone_from(&mut self, source: &Self)impl PartialEq for Expiresimpl Copy for Expires
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).