pub struct RebaseOperation<'rebase> { /* fields omitted */ }Expand description
A rebase operation
Describes a single instruction/operation to be performed during the
rebase.
The type of rebase operation
The commit ID being cherry-picked. This will be populated for all
operations except those of type GIT_REBASE_OPERATION_EXEC.
The executable the user has requested be run. This will only
be populated for operations of type RebaseOperationType::Exec
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized, [src]
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>, [src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.