Enum amq_protocol::frame::AMQPChannel [−][src]
pub enum AMQPChannel {
Global,
Id(ChannelId),
}
Expand description
Enum representing an AMQP channel
Variants
Global
The Global (id 0) AMQP channel used for creating other channels and for heartbeat
Id(ChannelId)
Tuple Fields
0: ChannelId
A regular AMQP channel
Implementations
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AMQPChannel
impl Send for AMQPChannel
impl Sync for AMQPChannel
impl Unpin for AMQPChannel
impl UnwindSafe for AMQPChannel
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more