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