Struct libgit2_sys::git_rebase_options
source · [−]#[repr(C)]pub struct git_rebase_options {
pub version: c_uint,
pub quiet: c_int,
pub inmemory: c_int,
pub rewrite_notes_ref: *const c_char,
pub merge_options: git_merge_options,
pub checkout_options: git_checkout_options,
pub commit_create_cb: git_commit_create_cb,
pub signing_cb: git_commit_signing_cb,
pub payload: *mut c_void,
}
Fields
version: c_uint
quiet: c_int
inmemory: c_int
rewrite_notes_ref: *const c_char
merge_options: git_merge_options
checkout_options: git_checkout_options
commit_create_cb: git_commit_create_cb
signing_cb: git_commit_signing_cb
payload: *mut c_void
Auto Trait Implementations
impl RefUnwindSafe for git_rebase_options
impl !Send for git_rebase_options
impl !Sync for git_rebase_options
impl Unpin for git_rebase_options
impl UnwindSafe for git_rebase_options
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