#[derive(Debug, Clone, serde::Serialize)] pub struct User { pub id: i64, pub name: String, pub email: String, }