1 2 3 4 5
#[derive(Deserialize, Debug)] pub struct Base { #[serde(rename = "ref")] pub(in crate) branch: String, }