Struct lapin_async::connection::Connection [] [src]

pub struct Connection {
    pub state: ConnectionState,
    pub channels: HashMap<u16, Channel>,
    pub configuration: Configuration,
    pub channel_index: u16,
    pub prefetch_size: u32,
    pub prefetch_count: u16,
    pub frame_queue: VecDeque<Frame>,
    pub request_index: RequestId,
    pub finished_reqs: HashSet<RequestId>,
}

Fields

Methods

impl Connection
[src]

impl Connection
[src]

impl Connection
[src]

Trait Implementations

impl Clone for Connection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Connection
[src]

Formats the value using the given formatter.

impl PartialEq for Connection
[src]

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

This method tests for !=.