add debug to `StreamHeader`

Alvaro Parker created

Change summary

tokio-xmpp/src/xmlstream/common.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

tokio-xmpp/src/xmlstream/common.rs 🔗

@@ -729,7 +729,7 @@ where
 }
 
 /// Contains metadata from an XML stream header
-#[derive(Default)]
+#[derive(Default, Debug)]
 pub struct StreamHeader<'x> {
     /// The optional `from` attribute.
     pub from: Option<Cow<'x, str>>,