Struct libgit2_sys::git_stash_apply_options
source · [−]#[repr(C)]pub struct git_stash_apply_options {
pub version: c_uint,
pub flags: u32,
pub checkout_options: git_checkout_options,
pub progress_cb: git_stash_apply_progress_cb,
pub progress_payload: *mut c_void,
}Fields
version: c_uintflags: u32checkout_options: git_checkout_optionsprogress_cb: git_stash_apply_progress_cbprogress_payload: *mut c_voidAuto Trait Implementations
impl RefUnwindSafe for git_stash_apply_options
impl !Send for git_stash_apply_options
impl !Sync for git_stash_apply_options
impl Unpin for git_stash_apply_options
impl UnwindSafe for git_stash_apply_options
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more