Struct httpbis::solicit::frame::settings::HttpSettings[][src]

pub struct HttpSettings {
    pub header_table_size: u32,
    pub enable_push: bool,
    pub max_concurrent_streams: u32,
    pub initial_window_size: u32,
    pub max_frame_size: u32,
    pub max_header_list_size: u32,
}

Fields

Methods

impl HttpSettings
[src]

Trait Implementations

impl Debug for HttpSettings
[src]

Formats the value using the given formatter. Read more

impl PartialEq for HttpSettings
[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 HttpSettings
[src]

impl Copy for HttpSettings
[src]

impl Clone for HttpSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations