Enum solicit::http::connection::EndStream [−][src]
pub enum EndStream { Yes, No, }
An enum indicating whether the HttpConnection
send operation should end the stream.
Variants
Yes
The stream should be closed
No
The stream should still be kept open
Trait Implementations
impl Clone for EndStream
[src]
impl Clone for EndStream
fn clone(&self) -> EndStream
[src]
fn clone(&self) -> EndStream
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 Copy for EndStream
[src]
impl Copy for EndStream
impl PartialEq for EndStream
[src]
impl PartialEq for EndStream
fn eq(&self, other: &EndStream) -> bool
[src]
fn eq(&self, other: &EndStream) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Debug for EndStream
[src]
impl Debug for EndStream