Struct libgit2_sys::git_tree_update
source · [−]#[repr(C)]pub struct git_tree_update {
pub action: git_tree_update_t,
pub id: git_oid,
pub filemode: git_filemode_t,
pub path: *const c_char,
}
Fields
action: git_tree_update_t
id: git_oid
filemode: git_filemode_t
path: *const c_char
Auto Trait Implementations
impl RefUnwindSafe for git_tree_update
impl !Send for git_tree_update
impl !Sync for git_tree_update
impl Unpin for git_tree_update
impl UnwindSafe for git_tree_update
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