0.3.0 Redone registration api, added debug/clone

This commit is contained in:
Aaron Power
2017-04-21 12:06:30 +01:00
parent 686c5129f3
commit a528624dc3
13 changed files with 261 additions and 166 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
use super::prelude::{Account, Status};
#[derive(Deserialize)]
#[derive(Debug, Clone, Deserialize)]
pub struct SearchResult {
pub accounts: Vec<Account>,
pub statuses: Vec<Status>,