pub struct BindQueueOption {
pub queue: AmqpString,
pub exchange: AmqpString,
pub routing_key: AmqpString,
}
Fields§
§queue: AmqpString
§exchange: AmqpString
§routing_key: AmqpString
Auto Trait Implementations§
impl !Freeze for BindQueueOption
impl RefUnwindSafe for BindQueueOption
impl Send for BindQueueOption
impl Sync for BindQueueOption
impl Unpin for BindQueueOption
impl UnwindSafe for BindQueueOption
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