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

pub struct ContentRange(pub ContentRangeSpec);

Content-Range header, defined in RFC7233

Trait Implementations

impl Clone for ContentRange
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ContentRange
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ContentRange
[src]

[src]

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

[src]

This method tests for !=.

impl Deref for ContentRange
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for ContentRange
[src]

[src]

Mutably dereferences the value.

impl Header for ContentRange
[src]

[src]

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

[src]

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

[src]

Format a header to outgoing stream. Read more

impl Display for ContentRange
[src]

[src]

Formats the value using the given formatter. Read more