#[repr(C)]pub struct git_submodule_update_options {
    pub version: c_uint,
    pub checkout_opts: git_checkout_options,
    pub fetch_opts: git_fetch_options,
    pub allow_fetch: c_int,
}Fields§
§version: c_uint§checkout_opts: git_checkout_options§fetch_opts: git_fetch_options§allow_fetch: c_intAuto Trait Implementations§
impl Freeze for git_submodule_update_options
impl RefUnwindSafe for git_submodule_update_options
impl !Send for git_submodule_update_options
impl !Sync for git_submodule_update_options
impl Unpin for git_submodule_update_options
impl UnwindSafe for git_submodule_update_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