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