Enum amq_protocol::frame::AMQPFrame [−][src]
pub enum AMQPFrame {
ProtocolHeader,
Method(ShortUInt, AMQPClass),
Header(ShortUInt, ShortUInt, AMQPContentHeader),
Body(ShortUInt, Vec<u8>),
Heartbeat(ShortUInt),
}Variants
ProtocolHeaderMethod(ShortUInt, AMQPClass)Header(ShortUInt, ShortUInt, AMQPContentHeader)Body(ShortUInt, Vec<u8>)Heartbeat(ShortUInt)
Trait Implementations
impl Clone for AMQPFrame[src]
impl Clone for AMQPFramefn clone(&self) -> AMQPFrame[src]
fn clone(&self) -> AMQPFrameReturns 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 AMQPFramefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for AMQPFrame[src]
impl PartialEq for AMQPFrame