postwoman/src/model/client.rs

5 lines
135 B
Rust
Raw Normal View History

2024-10-19 18:02:04 +02:00
#[derive(Debug, Default, Clone, serde::Serialize, serde::Deserialize)]
pub struct PostWomanClient {
pub user_agent: Option<String>,
}