Enum amq_protocol::frame::AMQPChannel [] [src]

pub enum AMQPChannel {
    Global,
    Id(ShortUInt),
}

Variants

Methods

impl AMQPChannel
[src]

[src]

Trait Implementations

impl Clone for AMQPChannel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AMQPChannel
[src]

impl Debug for AMQPChannel
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for AMQPChannel
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for AMQPChannel
[src]

impl From<ShortUInt> for AMQPChannel
[src]

[src]

Performs the conversion.