pub struct ContentHeaderFrame {
    pub channel: Channel,
    pub class_id: ClassId,
    pub weight: Weight,
    pub body_size: u64,
    pub prop_flags: u16,
    pub args: Vec<AMQPValue>,
}Fields§
§channel: Channel§class_id: ClassId§weight: Weight§body_size: u64§prop_flags: u16§args: Vec<AMQPValue>Trait Implementations§
Source§impl Debug for ContentHeaderFrame
 
impl Debug for ContentHeaderFrame
Source§impl From<ContentHeaderFrame> for AMQPFrame
 
impl From<ContentHeaderFrame> for AMQPFrame
Source§fn from(chf: ContentHeaderFrame) -> AMQPFrame
 
fn from(chf: ContentHeaderFrame) -> AMQPFrame
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ContentHeaderFrame
impl RefUnwindSafe for ContentHeaderFrame
impl Send for ContentHeaderFrame
impl Sync for ContentHeaderFrame
impl Unpin for ContentHeaderFrame
impl UnwindSafe for ContentHeaderFrame
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more