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