Added documentation for Secret
This commit is contained in:
parent
b7091ff605
commit
fa6dd82314
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
use serde::Serialize;
|
use serde::Serialize;
|
||||||
|
|
||||||
|
/// Contains Secrets URIs to join, spectate or instantiate a match through Discord Chat.
|
||||||
#[derive(Serialize, Debug)]
|
#[derive(Serialize, Debug)]
|
||||||
pub struct Secret {
|
pub struct Secret {
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue