Enum amq_protocol::frame::AMQPFrameType [−][src]
pub enum AMQPFrameType { Method, Header, Body, Heartbeat, }
Variants
Method
Header
Body
Heartbeat
Trait Implementations
impl Clone for AMQPFrameType
[src]
impl Clone for AMQPFrameType
fn clone(&self) -> AMQPFrameType
[src]
fn clone(&self) -> AMQPFrameType
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 Copy for AMQPFrameType
[src]
impl Copy for AMQPFrameType
impl Debug for AMQPFrameType
[src]
impl Debug for AMQPFrameType
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 AMQPFrameType
[src]
impl PartialEq for AMQPFrameType
fn eq(&self, other: &AMQPFrameType) -> bool
[src]
fn eq(&self, other: &AMQPFrameType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for AMQPFrameType
[src]
impl Eq for AMQPFrameType
Auto Trait Implementations
impl Send for AMQPFrameType
impl Send for AMQPFrameType
impl Sync for AMQPFrameType
impl Sync for AMQPFrameType