Struct austenite::hyper_headers::IfNoneMatch [-]  [+] [src]

pub struct IfNoneMatch(pub EntityTagMatch);

The If-None-Match header field.

Trait Implementations

impl Deref for IfNoneMatch

type Target = EntityTagMatch

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

impl DerefMut for IfNoneMatch

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

impl Header for IfNoneMatch

fn header_name() -> &'static str

fn parse_header(raw: &[Vec<u8>]) -> Option<IfNoneMatch>

impl HeaderFormat for IfNoneMatch

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

impl FromStr for IfNoneMatch

type Err = ()

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

Derived Implementations

impl Debug for IfNoneMatch

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

impl Clone for IfNoneMatch

fn clone(&self) -> IfNoneMatch

fn clone_from(&mut self, source: &Self)

impl PartialEq for IfNoneMatch

fn eq(&self, __arg_0: &IfNoneMatch) -> bool

fn ne(&self, __arg_0: &IfNoneMatch) -> bool