Struct hyper::header::ContentRange
[−]
[src]
pub struct ContentRange(pub ContentRangeSpec);
Content-Range header, defined in
RFC7233
pub struct ContentRange(pub ContentRangeSpec);
Content-Range header, defined in
RFC7233
impl Deref for ContentRangetype Target = ContentRangeSpecfn deref<'a>(&'a self) -> &'a ContentRangeSpecimpl DerefMut for ContentRangefn deref_mut<'a>(&'a mut self) -> &'a mut ContentRangeSpecimpl Header for ContentRangefn header_name() -> &'static strfn parse_header(raw: &[Vec<u8>]) -> Result<Self>impl HeaderFormat for ContentRangefn fmt_header(&self, f: &mut Formatter) -> Resultimpl Display for ContentRangeimpl PartialEq for ContentRangefn eq(&self, __arg_0: &ContentRange) -> boolfn ne(&self, __arg_0: &ContentRange) -> boolimpl Debug for ContentRangeimpl Clone for ContentRangefn clone(&self) -> ContentRangefn 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).
Search functions by type signature (e.g.
vec -> usize)