Struct branchless::core::rewrite::RebasePlan [−][src]
pub struct RebasePlan { /* fields omitted */ }
Expand description
Represents a sequence of commands that can be executed to carry out a rebase operation.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RebasePlan
impl Send for RebasePlan
impl Sync for RebasePlan
impl Unpin for RebasePlan
impl UnwindSafe for RebasePlan