Added documentation for Party

This commit is contained in:
DylanCa 2024-01-13 12:36:51 +01:00
parent cfdb83fb9a
commit b7091ff605

View file

@ -1,5 +1,6 @@
use serde::Serialize; use serde::Serialize;
/// Contains data of a Party.
#[derive(Serialize, Debug)] #[derive(Serialize, Debug)]
pub struct Party { pub struct Party {
#[serde(skip_serializing_if = "Option::is_none")] #[serde(skip_serializing_if = "Option::is_none")]