1 2 3 4 5 6 7 8
use serde_json::Value; #[derive(Debug)] pub struct UserAttributes { pub email: String, pub password: String, pub data: Value, }