Enum libgit2_sys::git_pathspec
source · pub enum git_pathspec {}
Auto Trait Implementations§
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