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

pub struct ContentRange(pub ContentRangeSpec);

Content-Range header, defined in RFC7233

Trait Implementations

impl HeaderFormat for ContentRange
[src]

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

impl Display for ContentRange
[src]

Formats the value using the given formatter. Read more

impl Header for ContentRange
[src]

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

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

impl Clone for ContentRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl DerefMut for ContentRange
[src]

impl PartialEq<ContentRange> for ContentRange
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Deref for ContentRange
[src]

impl Debug for ContentRange
[src]

Formats the value using the given formatter.