Struct hyper::http::RawStatus [−][src]
The raw status code and reason-phrase.
Trait Implementations
impl Clone for RawStatus[src]
impl Clone for RawStatusfn clone(&self) -> RawStatus[src]
fn clone(&self) -> RawStatusReturns 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 RawStatusfn eq(&self, other: &RawStatus) -> bool[src]
fn eq(&self, other: &RawStatus) -> boolThis 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) -> boolThis method tests for !=.
impl Debug for RawStatus[src]
impl Debug for RawStatus