1 2 3 4 5 6 7
use jid::JID; #[derive(Debug, sqlx::FromRow)] pub struct User { pub jid: JID, pub cached_status_message: Option<String>, }