1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00
This commit is contained in:
Rob Ede
2022-07-21 00:07:49 +01:00
parent 140453c649
commit 4d2f4d58b4
4 changed files with 10 additions and 12 deletions

View File

@ -648,7 +648,7 @@ pub mod test_helpers {
);
}
#[derive(Serialize, Deserialize, Debug, PartialEq)]
#[derive(Debug, PartialEq, Eq, Serialize, Deserialize)]
pub struct IndexResponse {
user_id: Option<String>,
counter: i32,