Struct hyper::http::RawStatus[][src]

pub struct RawStatus(pub u16, pub Cow<'static, str>);
[]

The raw status code and reason-phrase.

Trait Implementations

impl Clone for RawStatus
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl PartialEq for RawStatus
[src]
[+]

[]

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

[]

This method tests for !=.

impl Debug for RawStatus
[src]
[+]

[]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RawStatus

impl Sync for RawStatus