Enum lapin_async::format::frame::Channel [] [src]

pub enum Channel {
    Global,
    Id(u16),
}

Variants

Trait Implementations

impl Clone for Channel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Channel
[src]

impl Debug for Channel
[src]

Formats the value using the given formatter.

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