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