Struct hyper::header::LastModified [-] [+] [src]

pub struct LastModified(pub Tm);

The LastModified header field.

Trait Implementations

impl Deref for LastModified

type Target = Tm

fn deref<'a>(&'a self) -> &'a Tm

impl DerefMut for LastModified

fn deref_mut<'a>(&'a mut self) -> &'a mut Tm

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

type Err = ()

fn from_str(s: &str) -> Result<LastModified, ()>

impl Deref for LastModified

type Target = Tm

fn deref<'a>(&'a self) -> &'a Tm

impl DerefMut for LastModified

fn deref_mut<'a>(&'a mut self) -> &'a mut Tm

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

type Err = ()

fn from_str(s: &str) -> Result<LastModified, ()>

Derived Implementations

impl Debug for LastModified

fn fmt(&self, __arg_0: &mut Formatter) -> Result

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

fn fmt(&self, __arg_0: &mut Formatter) -> Result

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