Enum solicit::http::frame::data::DataFlag
[−]
[src]
pub enum DataFlag { EndStream, Padded, }
An enum representing the flags that a DataFrame
can have.
The integer representation associated to each variant is that flag's
bitmask.
HTTP/2 spec, section 6.1.
Variants
EndStream
Padded
Trait Implementations
impl Clone for DataFlag
[src]
fn clone(&self) -> DataFlag
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
impl PartialEq for DataFlag
[src]
fn eq(&self, __arg_0: &DataFlag) -> 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 !=
.