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 Debug for EndStream
[src]

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

Formats the value using the given formatter.

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) -> bool
1.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