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