Struct lapin_async::format::content::ContentHeader [] [src]

pub struct ContentHeader {
    pub class_id: u16,
    pub weight: u16,
    pub body_size: u64,
    pub properties: Properties,
}

Fields

Trait Implementations

impl Clone for ContentHeader
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ContentHeader
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ContentHeader
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for ContentHeader

impl Sync for ContentHeader