Struct sozu_lib::parser::http11::Connection
[−]
[src]
pub struct Connection { pub keep_alive: Option<bool>, pub has_upgrade: bool, pub upgrade: Option<String>, pub to_delete: HashSet<String>, }
Fields
keep_alive: Option<bool>
has_upgrade: bool
upgrade: Option<String>
to_delete: HashSet<String>
Methods
impl Connection
[src]
Trait Implementations
impl Debug for Connection
[src]
impl Clone for Connection
[src]
fn clone(&self) -> Connection
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for Connection
[src]
fn eq(&self, __arg_0: &Connection) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Connection) -> bool
This method tests for !=
.