Enum hyper::header::ConnectionOption [−][src]
Values that can be in the Connection
header.
Variants
KeepAlive
The keep-alive
connection value.
Close
The close
connection value.
ConnectionHeader(UniCase<String>)
Values in the Connection header that are supposed to be names of other Headers.
When a header field aside from Connection is used to supply control information for or about the current connection, the sender MUST list the corresponding field-name within the Connection header field.
Trait Implementations
impl Clone for ConnectionOption
[src]
impl Clone for ConnectionOption
fn clone(&self) -> ConnectionOption
[src]
fn clone(&self) -> ConnectionOption
Returns 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 ConnectionOption
[src]
impl PartialEq for ConnectionOption
fn eq(&self, other: &ConnectionOption) -> bool
[src]
fn eq(&self, other: &ConnectionOption) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ConnectionOption) -> bool
[src]
fn ne(&self, other: &ConnectionOption) -> bool
This method tests for !=
.
impl Debug for ConnectionOption
[src]
impl Debug for ConnectionOption
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl FromStr for ConnectionOption
[src]
impl FromStr for ConnectionOption
type Err = ()
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<ConnectionOption, ()>
[src]
fn from_str(s: &str) -> Result<ConnectionOption, ()>
Parses a string s
to return a value of this type. Read more
impl Display for ConnectionOption
[src]
impl Display for ConnectionOption
Auto Trait Implementations
impl Send for ConnectionOption
impl Send for ConnectionOption
impl Sync for ConnectionOption
impl Sync for ConnectionOption