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 = Sfn deref<'a>(&'a self) -> &'a Simpl<S: Scheme> DerefMut for Authorization<S>fn deref_mut<'a>(&'a mut self) -> &'a mut Simpl<S: Scheme + 'static> Header for Authorization<S> where <S as FromStr>::Err: 'staticfn header_name() -> &'static strfn parse_header(raw: &[Vec<u8>]) -> Option<Authorization<S>>impl<S: Scheme + 'static> HeaderFormat for Authorization<S> where <S as FromStr>::Err: 'staticfn fmt_header(&self, fmt: &mut Formatter) -> Resultimpl<S: Scheme> Deref for Authorization<S>type Target = Sfn deref<'a>(&'a self) -> &'a Simpl<S: Scheme> DerefMut for Authorization<S>fn deref_mut<'a>(&'a mut self) -> &'a mut Simpl<S: Scheme + 'static> Header for Authorization<S> where <S as FromStr>::Err: 'staticfn header_name() -> &'static strfn parse_header(raw: &[Vec<u8>]) -> Option<Authorization<S>>impl<S: Scheme + 'static> HeaderFormat for Authorization<S> where <S as FromStr>::Err: 'staticfn fmt_header(&self, fmt: &mut Formatter) -> Resultimpl<S: Debug + Scheme> Debug for Authorization<S>impl<S: PartialEq + Scheme> PartialEq for Authorization<S>fn eq(&self, __arg_0: &Authorization<S>) -> boolfn ne(&self, __arg_0: &Authorization<S>) -> boolimpl<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>) -> boolfn ne(&self, __arg_0: &Authorization<S>) -> boolimpl<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).