Struct hyper::header::Allow
[-] [+]
[src]
pub struct Allow(pub Vec<Method>);
The Allow header.
See also https://tools.ietf.org/html/rfc7231#section-7.4.1
pub struct Allow(pub Vec<Method>);
The Allow header.
See also https://tools.ietf.org/html/rfc7231#section-7.4.1
impl Deref for Allowimpl DerefMut for Allowimpl Header for Allowfn header_name() -> &'static strfn parse_header(raw: &[Vec<u8>]) -> Option<Allow>impl HeaderFormat for Allowfn fmt_header(&self, fmt: &mut Formatter) -> Resultimpl Display for Allowimpl Deref for Allowimpl DerefMut for Allowimpl Header for Allowfn header_name() -> &'static strfn parse_header(raw: &[Vec<u8>]) -> Option<Allow>impl HeaderFormat for Allowfn fmt_header(&self, fmt: &mut Formatter) -> Resultimpl Display for Allowimpl Debug for Allowimpl PartialEq for Allowimpl Clone for Allowfn clone(&self) -> Allowfn clone_from(&mut self, source: &Self)impl Debug for Allowimpl PartialEq for Allowimpl Clone for Allowfn clone(&self) -> Allowfn 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).