Enum amq_protocol::protocol::AMQPClass [−][src]
pub enum AMQPClass { Connection(AMQPMethod), Channel(AMQPMethod), Access(AMQPMethod), Exchange(AMQPMethod), Queue(AMQPMethod), Basic(AMQPMethod), Tx(AMQPMethod), Confirm(AMQPMethod), }
Variants
Connection(AMQPMethod)
Channel(AMQPMethod)
Access(AMQPMethod)
Exchange(AMQPMethod)
Queue(AMQPMethod)
Basic(AMQPMethod)
Tx(AMQPMethod)
Confirm(AMQPMethod)
Trait Implementations
impl Clone for AMQPClass
[src]
impl Clone for AMQPClass
fn clone(&self) -> AMQPClass
[src]
fn clone(&self) -> AMQPClass
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 Debug for AMQPClass
[src]
impl Debug for AMQPClass
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 AMQPClass
[src]
impl PartialEq for AMQPClass