attention, chatstates, eme, ping: Add a docstring on the structs.

This commit is contained in:
Emmanuel Gil Peyrot 2017-07-20 23:47:21 +01:00
commit 7612c53f9a
4 changed files with 18 additions and 0 deletions

View file

@ -13,6 +13,7 @@ use error::Error;
use ns;
/// Structure representing a `<ping xmlns='urn:xmpp:ping'/>` element.
#[derive(Debug, Clone)]
pub struct Ping;