Struct hyper::header::Authorization
[-] [+]
[src]
pub struct Authorization<S: Scheme>(pub S);
The Authorization
header field.
pub struct Authorization<S: Scheme>(pub S);
The Authorization
header field.
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
impl<S: Debug + Scheme> Debug for Authorization<S>
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>
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)
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
).