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 SettingsFlagfn clone(&self) -> SettingsFlag[src]
fn clone(&self) -> SettingsFlagReturns 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 SettingsFlagfn eq(&self, other: &SettingsFlag) -> bool[src]
fn eq(&self, other: &SettingsFlag) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for SettingsFlag[src]
impl Debug for SettingsFlagfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for SettingsFlag[src]
impl Copy for SettingsFlagimpl Flag for SettingsFlag[src]
impl Flag for SettingsFlagAuto Trait Implementations
impl Send for SettingsFlag
impl Send for SettingsFlagimpl Sync for SettingsFlag
impl Sync for SettingsFlag