Struct lapin_futures::channel::ChannelFlowOptions[][src]

pub struct ChannelFlowOptions {
    pub active: bool,
}

Fields

Asks the peer to pause or restart the flow of content data sent by a consumer. This is a simple flow-control mechanism that a peer can use to avoid overflowing its queues or otherwise finding itself receiving more messages than it can process.

Trait Implementations

impl Clone for ChannelFlowOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChannelFlowOptions
[src]

Formats the value using the given formatter. Read more

impl Default for ChannelFlowOptions
[src]

Returns the "default value" for a type. Read more

impl PartialEq for ChannelFlowOptions
[src]

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

This method tests for !=.

Auto Trait Implementations