Expand description
A status line parsed from RawStatusLine
Fields§
§version: Version
§status: u16
§reason: String
Implementations§
source§impl StatusLine
impl StatusLine
pub fn from_raw_status_line(r: RawStatusLine<'_>) -> Option<StatusLine>
Trait Implementations§
source§impl Clone for StatusLine
impl Clone for StatusLine
source§fn clone(&self) -> StatusLine
fn clone(&self) -> StatusLine
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more