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