1 2 3 4 5 6 7 8
/// Response of the emailvalidation api #[derive(Debug, Deserialize, Serialize, PartialEq, PartialOrd, Clone)] pub struct DetailsResponse { /// Data source pub data: String, /// Request status pub meta: String, }