add clone trait to account

proxy-updates
Ujjwal Sharma 2021-08-07 22:41:09 +05:30
parent e90e83c310
commit b7ccc37fea
Failed to generate hash of commit
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ pub struct CapabilitiesObject {
collation_algorithms: Vec<String>,
}
#[derive(Deserialize, Serialize, Debug)]
#[derive(Deserialize, Serialize, Debug, Clone)]
#[serde(rename_all = "camelCase")]
pub struct Account {
pub name: String,