csgoempire 0.1.0

CSGOEmpire REST-API and Socket Bindings
Documentation
1
2
3
4
5
6
7
8
use serde::{Deserialize, Serialize};

#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)]
pub struct SettingsReponse {
    #[serde(default)]
    pub success: bool,
    pub escrow_seconds: Option<i64>,
}