Enum solicit::http::connection::EndStream [] [src]

pub enum EndStream {
    Yes,
    No,
}

An enum indicating whether the HttpConnection send operation should end the stream.

Variants

The stream should be closed

The stream should still be kept open

Trait Implementations

impl Clone for EndStream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EndStream
[src]

impl PartialEq for EndStream
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for EndStream
[src]

Formats the value using the given formatter.