Struct iron::headers::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 self) -> &'a ContentRangeSpecimpl DerefMut for ContentRangefn deref_mut(&'a mut self) -> &'a mut ContentRangeSpecimpl Header for ContentRangefn header_name() -> &'static strfn parse_header(raw: &[Vec<u8>]) -> Result<ContentRange, Error>impl HeaderFormat for ContentRangefn fmt_header(&self, f: &mut Formatter) -> Result<(), Error>impl Display for ContentRangeimpl PartialEq<ContentRange> 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)