Struct libgit2_sys::git_submodule_update_options
source · [−]#[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_int
Auto Trait Implementations
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
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