1 2 3 4 5 6
#[allow(missing_docs)] #[derive(Debug, Clone)] pub struct NameWithId { pub commit_id: String, pub name: String, }