Enum solicit::http::frame::settings::SettingsFlag [−][src]
pub enum SettingsFlag { Ack, }
An enum representing the flags that a SettingsFrame
can have.
The integer representation associated to each variant is that flag's
bitmask.
HTTP/2 spec, section 6.5.
Variants
Ack
Trait Implementations
impl Clone for SettingsFlag
[src]
impl Clone for SettingsFlag
fn clone(&self) -> SettingsFlag
[src]
fn clone(&self) -> SettingsFlag
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 PartialEq for SettingsFlag
[src]
impl PartialEq for SettingsFlag
fn eq(&self, other: &SettingsFlag) -> bool
[src]
fn eq(&self, other: &SettingsFlag) -> 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 SettingsFlag
[src]
impl Debug for SettingsFlag
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for SettingsFlag
[src]
impl Copy for SettingsFlag
impl Flag for SettingsFlag
[src]
impl Flag for SettingsFlag
Auto Trait Implementations
impl Send for SettingsFlag
impl Send for SettingsFlag
impl Sync for SettingsFlag
impl Sync for SettingsFlag