Struct mammut::entities::notification::Notification [] [src]

pub struct Notification {
    pub id: u64,
    pub notification_type: NotificationType,
    pub created_at: DateTime<UTC>,
    pub account: Account,
    pub status: Option<Status>,
}

Fields