We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc4ebf commit 1ea3978Copy full SHA for 1ea3978
src/types/models/mod_link.rs
@@ -5,6 +5,7 @@ use crate::types::api::ApiError;
5
6
#[derive(Serialize, Debug, Clone)]
7
pub struct ModLinks {
8
+ #[serde(skip_serializing)]
9
pub mod_id: String,
10
pub community: Option<String>,
11
pub homepage: Option<String>,
0 commit comments