| 9 | |
| 10 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Hash)] |
| 11 | pub struct AddUserResp { |
| 12 | pub aur_user: User, |
| 13 | pub aur_password: String, |
| 14 | } |
| 15 | |
| 16 | #[derive(Debug, Serialize, Deserialize, PartialEq, Eq, Hash)] |
| 17 | pub struct User { |
nothing calls this directly
no outgoing calls
no test coverage detected