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

pub struct Authorization<S: Scheme>(pub S);

The Authorization header field.

Trait Implementations

impl<S: Scheme> Deref for Authorization<S>

type Target = S

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

impl<S: Scheme> DerefMut for Authorization<S>

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

impl<S: Scheme + 'static> Header for Authorization<S> where <S as FromStr>::Err: 'static

fn header_name() -> &'static str

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

impl<S: Scheme + 'static> HeaderFormat for Authorization<S> where <S as FromStr>::Err: 'static

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

impl<S: Scheme> Deref for Authorization<S>

type Target = S

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

impl<S: Scheme> DerefMut for Authorization<S>

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

impl<S: Scheme + 'static> Header for Authorization<S> where <S as FromStr>::Err: 'static

fn header_name() -> &'static str

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

impl<S: Scheme + 'static> HeaderFormat for Authorization<S> where <S as FromStr>::Err: 'static

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

Derived Implementations

impl<S: Debug + Scheme> Debug for Authorization<S>

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

impl<S: PartialEq + Scheme> PartialEq for Authorization<S>

fn eq(&self, __arg_0: &Authorization<S>) -> bool

fn ne(&self, __arg_0: &Authorization<S>) -> bool

impl<S: Clone + Scheme> Clone for Authorization<S>

fn clone(&self) -> Authorization<S>

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

impl<S: Debug + Scheme> Debug for Authorization<S>

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

impl<S: PartialEq + Scheme> PartialEq for Authorization<S>

fn eq(&self, __arg_0: &Authorization<S>) -> bool

fn ne(&self, __arg_0: &Authorization<S>) -> bool

impl<S: Clone + Scheme> Clone for Authorization<S>

fn clone(&self) -> Authorization<S>

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