Struct rocket::http::hyper::header::ContentRange [−][src]
pub struct ContentRange(pub ContentRangeSpec);
Expand description
Content-Range
header, defined in
RFC7233
Tuple Fields
0: ContentRangeSpec
Trait Implementations
type Target = ContentRangeSpec
type Target = ContentRangeSpec
The resulting type after dereferencing.
Dereferences the value.
Mutably dereferences the value.
Performs the conversion.
Returns the name of the header field this belongs to. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ContentRange
impl Send for ContentRange
impl Sync for ContentRange
impl Unpin for ContentRange
impl UnwindSafe for ContentRange
Blanket Implementations
Mutably borrows from an owned value. Read more