Struct httpbis::for_test::ConnectionStateSnapshot[][src]

pub struct ConnectionStateSnapshot {
    pub in_window_size: i32,
    pub out_window_size: i32,
    pub streams: HashMap<StreamId, HttpStreamStateSnapshot>,
}

Fields

Methods

impl ConnectionStateSnapshot
[src]

Trait Implementations

impl Debug for ConnectionStateSnapshot
[src]

Formats the value using the given formatter. Read more

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

impl Clone for ConnectionStateSnapshot
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations