Make fields public

This commit is contained in:
Mikhail 2024-05-24 10:55:11 +02:00
parent 9ae34c99d3
commit 85c8d03f54
1 changed files with 2 additions and 2 deletions

View File

@ -253,8 +253,8 @@ impl Role {
#[derive(Debug, PartialEq, Eq)]
pub struct Delay {
xmlns: String,
from: Jid,
pub xmlns: String,
pub from: Jid,
pub stamp: String,
}