Derive Debug for RequestData
This commit is contained in:
parent
af69f511b5
commit
1426312df0
|
@ -163,6 +163,7 @@ impl<C: Connector> EppClient<C> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[derive(Debug)]
|
||||||
pub struct RequestData<'c, 'e, C, E> {
|
pub struct RequestData<'c, 'e, C, E> {
|
||||||
command: &'c C,
|
command: &'c C,
|
||||||
extension: Option<&'e E>,
|
extension: Option<&'e E>,
|
||||||
|
|
Loading…
Reference in New Issue