pub struct RabbitMQConnection {
pub connection: Connection,
pub channel: Channel,
}
Expand description
Connection object
Fields§
§connection: Connection
§channel: Channel
Implementations§
Source§impl RabbitMQConnection
Implementation
impl RabbitMQConnection
Implementation
Auto Trait Implementations§
impl !Freeze for RabbitMQConnection
impl !RefUnwindSafe for RabbitMQConnection
impl Send for RabbitMQConnection
impl !Sync for RabbitMQConnection
impl Unpin for RabbitMQConnection
impl !UnwindSafe for RabbitMQConnection
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