pub struct ContentBodyFrame {
pub channel: Channel,
pub body: Vec<u8>,
}Fields§
§channel: Channel§body: Vec<u8>Trait Implementations§
Source§impl Debug for ContentBodyFrame
impl Debug for ContentBodyFrame
Source§impl From<ContentBodyFrame> for AMQPFrame
impl From<ContentBodyFrame> for AMQPFrame
Source§fn from(cbf: ContentBodyFrame) -> AMQPFrame
fn from(cbf: ContentBodyFrame) -> AMQPFrame
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ContentBodyFrame
impl RefUnwindSafe for ContentBodyFrame
impl Send for ContentBodyFrame
impl Sync for ContentBodyFrame
impl Unpin for ContentBodyFrame
impl UnwindSafe for ContentBodyFrame
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