Enum amq_protocol::frame::AMQPFrameType [−][src]
pub enum AMQPFrameType {
ProtocolHeader,
Method,
Header,
Body,
Heartbeat,
}
Expand description
The type of AMQP Frame
Variants
ProtocolHeader
The Protocol Header,
Method
Call a method
Header
Content header
Body
Content body
Heartbeat
Heartbeat frame
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AMQPFrameType
impl Send for AMQPFrameType
impl Sync for AMQPFrameType
impl Unpin for AMQPFrameType
impl UnwindSafe for AMQPFrameType
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