1#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Clone)] 2#[serde(transparent)] 3pub struct PartialProfile(pub String);