1 2 3 4 5
#[derive(Clone, Debug, PartialEq, serde::Serialize, serde::Deserialize)] pub struct Keyword { pub id: u64, pub name: String, }