1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00
This commit is contained in:
Rob Ede
2022-07-09 21:05:06 +01:00
parent e97bc83f59
commit 4b801ba222
10 changed files with 55 additions and 42 deletions

View File

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