Struct hyper::header::common::cache_control::CacheControl
[-]
[+]
[src]
pub struct CacheControl(pub Vec<CacheDirective>);
The Cache-Control header.
pub struct CacheControl(pub Vec<CacheDirective>);
The Cache-Control header.
impl Deref for CacheControltype Target = Vec<CacheDirective>fn deref<'a>(&'a self) -> &'a Vec<CacheDirective>impl DerefMut for CacheControlfn deref_mut<'a>(&'a mut self) -> &'a mut Vec<CacheDirective>impl Header for CacheControlfn header_name(_: Option<CacheControl>) -> &'static strfn parse_header(raw: &[Vec<u8>]) -> Option<CacheControl>impl HeaderFormat for CacheControlfn fmt_header(&self, fmt: &mut Formatter) -> Resultimpl Show for CacheControlimpl Clone for CacheControlfn clone(&self) -> CacheControlfn clone_from(&mut self, source: &Self)impl PartialEq for CacheControlfn eq(&self, __arg_0: &CacheControl) -> boolfn ne(&self, __arg_0: &CacheControl) -> bool
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).