Struct hyper::http::RawStatus
[-]
[+]
[src]
pub struct RawStatus(pub u16, pub CowString<'static>);
The raw status code and reason-phrase.
pub struct RawStatus(pub u16, pub CowString<'static>);
The raw status code and reason-phrase.
impl Clone for RawStatusfn clone(&self) -> RawStatusfn clone_from(&mut self, source: &Self)impl Show for RawStatusimpl PartialEq for RawStatus
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).