Enum tokio_http2::http2::payload::SettingIdentifier [] [src]

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 state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.