Enum http2parse::SettingIdentifier [] [src]

#[repr(u16)]
pub enum SettingIdentifier { HeaderTableSize, EnablePush, MaxConcurrentStreams, InitialWindowSize, MaxFrameSize, }

Variants

Trait Implementations

impl Copy for SettingIdentifier
[src]

impl Clone for SettingIdentifier
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SettingIdentifier
[src]

Formats the value using the given formatter.

impl PartialEq for SettingIdentifier
[src]

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

This method tests for !=.

impl Eq for SettingIdentifier
[src]

impl Hash for SettingIdentifier
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more