Enum amq_protocol::frame::AMQPChannel
[−]
[src]
pub enum AMQPChannel {
Global,
Id(ShortUInt),
}Variants
GlobalId(ShortUInt)Methods
impl AMQPChannel[src]
Trait Implementations
impl Clone for AMQPChannel[src]
fn clone(&self) -> AMQPChannel
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for AMQPChannel[src]
impl Debug for AMQPChannel[src]
impl PartialEq for AMQPChannel[src]
fn eq(&self, __arg_0: &AMQPChannel) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &AMQPChannel) -> bool
This method tests for !=.
impl Eq for AMQPChannel[src]
impl From<ShortUInt> for AMQPChannel[src]
fn from(id: ShortUInt) -> AMQPChannel
Performs the conversion.