tokio-xmpp: derive Debug on multiple structures

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2025-03-26 21:54:59 +01:00
commit 6fe7f92e7d
4 changed files with 9 additions and 0 deletions

View file

@ -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>,