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