mirror of
https://github.com/masalachai/epp-client.git
synced 2025-01-31 11:32:03 +00:00
Derive Debug for RequestData
This commit is contained in:
parent
11ae0a3081
commit
b019d7560c
@ -163,6 +163,7 @@ impl<C: Connector> EppClient<C> {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct RequestData<'c, 'e, C, E> {
|
||||
command: &'c C,
|
||||
extension: Option<&'e E>,
|
||||
|
Loading…
Reference in New Issue
Block a user