Struct amq_proto::Frame [] [src]

pub struct Frame {
    pub frame_type: FrameType,
    pub channel: u16,
    pub payload: FramePayload,
}

Fields

Methods

impl Frame
[src]

Trait Implementations

impl Debug for Frame
[src]

Formats the value using the given formatter.

impl Clone for Frame
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Frame
[src]

impl PartialEq for Frame
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Send for Frame
[src]