#[repr(C)]pub struct git_cherrypick_options {
    pub version: c_uint,
    pub mainline: c_uint,
    pub merge_opts: git_merge_options,
    pub checkout_opts: git_checkout_options,
}Fields§
§version: c_uint§mainline: c_uint§merge_opts: git_merge_options§checkout_opts: git_checkout_optionsAuto Trait Implementations§
impl Freeze for git_cherrypick_options
impl RefUnwindSafe for git_cherrypick_options
impl !Send for git_cherrypick_options
impl !Sync for git_cherrypick_options
impl Unpin for git_cherrypick_options
impl UnwindSafe for git_cherrypick_options
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