add Debug to Address
This commit is contained in:
parent
9373019f87
commit
251d6021b4
@ -4,7 +4,7 @@ use std::error::Error;
|
|||||||
use reqwest::header::USER_AGENT;
|
use reqwest::header::USER_AGENT;
|
||||||
use serde::{Serialize, Deserialize};
|
use serde::{Serialize, Deserialize};
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize)]
|
#[derive(Serialize, Deserialize, Debug)]
|
||||||
pub struct Address {
|
pub struct Address {
|
||||||
pub street: String,
|
pub street: String,
|
||||||
pub city: String,
|
pub city: String,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user