Added documentation for Party
This commit is contained in:
parent
cfdb83fb9a
commit
b7091ff605
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
use serde::Serialize;
|
||||
|
||||
/// Contains data of a Party.
|
||||
#[derive(Serialize, Debug)]
|
||||
pub struct Party {
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue