Struct reqwest::header::ContentRange [] [src]

pub struct ContentRange(pub ContentRangeSpec);

Content-Range header, defined in RFC7233

Trait Implementations

impl Header for ContentRange

Returns the name of the header field this belongs to. Read more

Parse a header from a raw stream of bytes. Read more

impl Debug for ContentRange

Formats the value using the given formatter.

impl Clone for ContentRange

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl HeaderFormat for ContentRange

Format a header to be output into a TcpStream. Read more

impl DerefMut for ContentRange

impl PartialEq<ContentRange> for ContentRange

impl Display for ContentRange

Formats the value using the given formatter.

impl Deref for ContentRange