1 2 3 4 5 6 7 8
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)] #[serde(rename_all = "camelCase")] pub struct Subaccount { pub nickname: String, pub deletable: bool, pub editable: bool, pub competition: bool, }