1 2 3 4 5
#[derive(Debug, Clone)] pub(crate) struct RebaseStatus { pub onto: String, pub head_name: String, }