Struct libgit2_sys::git_submodule_update_options [−][src]
#[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_uintcheckout_opts: git_checkout_optionsfetch_opts: git_fetch_optionsallow_fetch: c_int