Enum solicit::http::session::StreamState [−][src]
pub enum StreamState { Idle, ReservedLocal, ReservedRemote, Open, HalfClosedRemote, HalfClosedLocal, Closed, }
The enum represents all the states that an HTTP/2 stream can be found in.
Corresponds to section 5.1. of the spec.
Variants
Idle
ReservedLocal
ReservedRemote
Open
HalfClosedRemote
HalfClosedLocal
Closed
Trait Implementations
impl Clone for StreamState
[src]
impl Clone for StreamState
fn clone(&self) -> StreamState
[src]
fn clone(&self) -> StreamState
Returns 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 StreamState
[src]
impl Copy for StreamState
impl PartialEq for StreamState
[src]
impl PartialEq for StreamState
fn eq(&self, other: &StreamState) -> bool
[src]
fn eq(&self, other: &StreamState) -> 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[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Debug for StreamState
[src]
impl Debug for StreamState
Auto Trait Implementations
impl Send for StreamState
impl Send for StreamState
impl Sync for StreamState
impl Sync for StreamState