Enum lapin_async::format::frame::Frame
[−]
[src]
pub enum Frame { ProtocolHeader, Method(u16, Class), Header(u16, u16, ContentHeader), Body(u16, Vec<u8>), Heartbeat(u16), }
Variants
ProtocolHeader
Method(u16, Class)
Header(u16, u16, ContentHeader)
Body(u16, Vec<u8>)
Heartbeat(u16)
Trait Implementations
impl Clone for Frame
[src]
fn clone(&self) -> Frame
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for Frame
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more