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 Clone for EndStream[src]
impl Clone for EndStreamfn clone(&self) -> EndStream[src]
fn clone(&self) -> EndStreamReturns 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 EndStreamimpl PartialEq for EndStream[src]
impl PartialEq for EndStreamfn eq(&self, other: &EndStream) -> bool[src]
fn eq(&self, other: &EndStream) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for EndStream[src]
impl Debug for EndStream