postwoman/src/model/client.rs
2024-10-19 18:02:04 +02:00

4 lines
135 B
Rust

#[derive(Debug, Default, Clone, serde::Serialize, serde::Deserialize)]
pub struct PostWomanClient {
pub user_agent: Option<String>,
}