Struct amqpr_codec::frame::content_body::ContentBodyPayload [] [src]

pub struct ContentBodyPayload {
    pub bytes: Bytes,
}

Content body payload is just binary payload

Fields

Methods

impl ContentBodyPayload
[src]

[src]

Trait Implementations

impl Eq for ContentBodyPayload
[src]

impl PartialEq for ContentBodyPayload
[src]

[src]

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

[src]

This method tests for !=.

impl Clone for ContentBodyPayload
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ContentBodyPayload
[src]

[src]

Formats the value using the given formatter.