Struct libgit2_sys::git_rebase_operation
source · [−]#[repr(C)]pub struct git_rebase_operation {
pub kind: git_rebase_operation_t,
pub id: git_oid,
pub exec: *const c_char,
}
Fields
kind: git_rebase_operation_t
id: git_oid
exec: *const c_char
Auto Trait Implementations
impl RefUnwindSafe for git_rebase_operation
impl !Send for git_rebase_operation
impl !Sync for git_rebase_operation
impl Unpin for git_rebase_operation
impl UnwindSafe for git_rebase_operation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more