Enum libgit2_sys::git_treebuilder
source · pub enum git_treebuilder {}
Auto Trait Implementations§
impl RefUnwindSafe for git_treebuilder
impl Send for git_treebuilder
impl Sync for git_treebuilder
impl Unpin for git_treebuilder
impl UnwindSafe for git_treebuilder
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