#[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_charAuto Trait Implementations§
impl Freeze for git_rebase_operation
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more