pub struct User { pub id: String, pub username: String, pub password: String, }