Enum amq_protocol::frame::AMQPFrame [−][src]
pub enum AMQPFrame { ProtocolHeader, Method(ShortUInt, AMQPClass), Header(ShortUInt, ShortUInt, Box<AMQPContentHeader>), Body(ShortUInt, Vec<u8>), Heartbeat(ShortUInt), }
Variants
ProtocolHeader
Method(ShortUInt, AMQPClass)
Header(ShortUInt, ShortUInt, Box<AMQPContentHeader>)
Body(ShortUInt, Vec<u8>)
Heartbeat(ShortUInt)
Trait Implementations
impl Clone for AMQPFrame
[src]
impl Clone for AMQPFrame
fn clone(&self) -> AMQPFrame
[src]
fn clone(&self) -> AMQPFrame
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 AMQPFrame
[src]
impl Debug for AMQPFrame
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 AMQPFrame
[src]
impl PartialEq for AMQPFrame