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