mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-30 20:04:47 +00:00
derive debug for action
This commit is contained in:
committed by
Aiden McClelland
parent
2f723eb9ce
commit
b77e433152
@@ -56,6 +56,7 @@ struct RequestQueue {
|
|||||||
recv: mpsc::UnboundedReceiver<Request>,
|
recv: mpsc::UnboundedReceiver<Request>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[derive(Debug)]
|
||||||
enum Action {
|
enum Action {
|
||||||
HandleRequest(Request),
|
HandleRequest(Request),
|
||||||
HandleRelease(LockInfo),
|
HandleRelease(LockInfo),
|
||||||
|
|||||||
Reference in New Issue
Block a user