pub struct AmqpFrame { /* private fields */ }
Expand description
Represents an AMQP Frame
Implementations§
Trait Implementations§
impl StructuralPartialEq for AmqpFrame
Auto Trait Implementations§
impl !Freeze for AmqpFrame
impl !RefUnwindSafe for AmqpFrame
impl Send for AmqpFrame
impl !Sync for AmqpFrame
impl Unpin for AmqpFrame
impl UnwindSafe for AmqpFrame
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