pub enum git_index {}Auto Trait Implementations§
impl Freeze for git_index
impl RefUnwindSafe for git_index
impl Send for git_index
impl Sync for git_index
impl Unpin for git_index
impl UnwindSafe for git_index
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