Struct hyper::http::RawStatus [−][src]
The raw status code and reason-phrase.
Trait Implementations
impl Clone for RawStatus
[src]
impl Clone for RawStatus
fn clone(&self) -> RawStatus
[src]
fn clone(&self) -> RawStatus
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for RawStatus
[src]
impl PartialEq for RawStatus
fn eq(&self, other: &RawStatus) -> bool
[src]
fn eq(&self, other: &RawStatus) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &RawStatus) -> bool
[src]
fn ne(&self, other: &RawStatus) -> bool
This method tests for !=
.
impl Debug for RawStatus
[src]
impl Debug for RawStatus