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
class_id: u16
weight: u16
body_size: u64
property_flags: u16
property_list: HashMap<String, AMQPValue>
Trait Implementations
impl Clone for ContentHeader
[src]
fn clone(&self) -> ContentHeader
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for ContentHeader
[src]
impl PartialEq for ContentHeader
[src]
fn eq(&self, __arg_0: &ContentHeader) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ContentHeader) -> bool
This method tests for !=
.