Struct libgit2_sys::git_status_options
source · [−]#[repr(C)]pub struct git_status_options {
pub version: c_uint,
pub show: git_status_show_t,
pub flags: c_uint,
pub pathspec: git_strarray,
pub baseline: *mut git_tree,
pub rename_threshold: u16,
}
Fields
version: c_uint
show: git_status_show_t
flags: c_uint
pathspec: git_strarray
baseline: *mut git_tree
rename_threshold: u16
Auto Trait Implementations
impl RefUnwindSafe for git_status_options
impl !Send for git_status_options
impl !Sync for git_status_options
impl Unpin for git_status_options
impl UnwindSafe for git_status_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