forked from the-distro/ofborg
QueueMsg: Derive debug
This commit is contained in:
parent
bcb5f7b9ef
commit
d25727e649
|
@ -20,6 +20,7 @@ pub enum Action {
|
||||||
Publish(QueueMsg),
|
Publish(QueueMsg),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[derive(Debug)]
|
||||||
pub struct QueueMsg {
|
pub struct QueueMsg {
|
||||||
pub exchange: Option<String>,
|
pub exchange: Option<String>,
|
||||||
pub routing_key: Option<String>,
|
pub routing_key: Option<String>,
|
||||||
|
|
Loading…
Reference in a new issue