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

pub struct ContentHeader {
    pub class_id: u16,
    pub weight: u16,
    pub body_size: u64,
    pub property_flags: u16,
    pub property_list: HashMap<String, AMQPValue>,
}

Fields

Trait Implementations

impl Clone for ContentHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ContentHeader
[src]

Formats the value using the given formatter.

impl PartialEq for ContentHeader
[src]

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

This method tests for !=.