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

Derived Implementations

impl Debug for EndStream

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for EndStream

fn eq(&self, __arg_0: &EndStream) -> bool

fn ne(&self, __arg_0: &EndStream) -> bool

impl Copy for EndStream

impl Clone for EndStream

fn clone(&self) -> EndStream

fn clone_from(&mut self, source: &Self)