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_uint
§flags: u32
§checkout_options: git_checkout_options
§progress_cb: git_stash_apply_progress_cb
§progress_payload: *mut c_void
Auto 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§
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