pub struct RepoCloneCommand { /* private fields */ }
Expand description
Command for cloning a repository
Implementations§
Trait Implementations§
Source§impl GhCommand for RepoCloneCommand
impl GhCommand for RepoCloneCommand
Auto Trait Implementations§
impl Freeze for RepoCloneCommand
impl RefUnwindSafe for RepoCloneCommand
impl Send for RepoCloneCommand
impl Sync for RepoCloneCommand
impl Unpin for RepoCloneCommand
impl UnwindSafe for RepoCloneCommand
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