Struct hyper::header::ContentLength
[-] [+]
[src]
pub struct ContentLength(pub u64);
The Content-Length header.
Simply a wrapper around a u64.
pub struct ContentLength(pub u64);
The Content-Length header.
Simply a wrapper around a u64.
impl Deref for ContentLengthimpl DerefMut for ContentLengthimpl Header for ContentLengthfn header_name() -> &'static strfn parse_header(raw: &[Vec<u8>]) -> Option<ContentLength>impl HeaderFormat for ContentLengthfn fmt_header(&self, f: &mut Formatter) -> Resultimpl Display for ContentLengthimpl Deref for ContentLengthimpl DerefMut for ContentLengthimpl Header for ContentLengthfn header_name() -> &'static strfn parse_header(raw: &[Vec<u8>]) -> Option<ContentLength>impl HeaderFormat for ContentLengthfn fmt_header(&self, f: &mut Formatter) -> Resultimpl Display for ContentLengthimpl Debug for ContentLengthimpl PartialEq for ContentLengthfn eq(&self, __arg_0: &ContentLength) -> boolfn ne(&self, __arg_0: &ContentLength) -> boolimpl Clone for ContentLengthfn clone(&self) -> ContentLengthfn clone_from(&mut self, source: &Self)impl Copy for ContentLengthimpl Debug for ContentLengthimpl PartialEq for ContentLengthfn eq(&self, __arg_0: &ContentLength) -> boolfn ne(&self, __arg_0: &ContentLength) -> boolimpl Clone for ContentLengthfn clone(&self) -> ContentLengthfn clone_from(&mut self, source: &Self)impl Copy for ContentLength
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).