Struct hyper::header::ContentRange [] [src]

pub struct ContentRange(pub ContentRangeSpec);

Content-Range header, defined in RFC7233

Trait Implementations

impl Clone for ContentRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ContentRange
[src]

Formats the value using the given formatter.

impl PartialEq 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 DerefMut for ContentRange
[src]

The method called to mutably dereference a value

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

Format a header to outgoing stream. Read more

impl Display for ContentRange
[src]

Formats the value using the given formatter. Read more