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