tokio-xmpp: derive Debug on multiple structures
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
e3a4aae42d
commit
6fe7f92e7d
4 changed files with 9 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ pub use iq::{IqFailure, IqRequest, IqResponse, IqResponseToken};
|
|||
///
|
||||
/// To send stanzas, the [`send_stanza`][`Client::send_stanza`] method can be
|
||||
/// used.
|
||||
#[derive(Debug)]
|
||||
pub struct Client {
|
||||
stream: StanzaStream,
|
||||
bound_jid: Option<Jid>,
|
||||
|
|
|
|||
Loading…
Reference in a new issue