pub struct Rabbitmq {
pub vhost: VhostManager,
pub queue: QueueManager,
pub cluster_name: ClusterNameManager,
pub node: NodeManager,
}Fields§
§vhost: VhostManager§queue: QueueManager§cluster_name: ClusterNameManager§node: NodeManagerImplementations§
Auto Trait Implementations§
impl Freeze for Rabbitmq
impl RefUnwindSafe for Rabbitmq
impl Send for Rabbitmq
impl Sync for Rabbitmq
impl Unpin for Rabbitmq
impl UnwindSafe for Rabbitmq
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