Struct iron::headers::ContentRange [] [src]

pub struct ContentRange(pub ContentRangeSpec);

Content-Range header, defined in RFC7233

Trait Implementations

impl Display for ContentRange
[src]

Formats the value using the given formatter. Read more

impl HeaderFormat for ContentRange
[src]

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

impl DerefMut for ContentRange
[src]

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 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]

The resulting type after dereferencing

The method called to dereference a value

impl Debug for ContentRange
[src]

Formats the value using the given formatter.

impl Clone for ContentRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more