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 Freeze for git_tree_update
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§
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