pub struct BulkCloneCommand;Expand description
Main bulk clone command implementation
Implementations§
Source§impl BulkCloneCommand
impl BulkCloneCommand
Sourcepub async fn execute(
target: String,
options: BulkCloneOptions,
workspace_manager: &mut WorkspaceManager,
git_config: &GitConfig,
) -> Result<BulkCloneResult>
pub async fn execute( target: String, options: BulkCloneOptions, workspace_manager: &mut WorkspaceManager, git_config: &GitConfig, ) -> Result<BulkCloneResult>
Execute bulk cloning for a user or organization
Auto Trait Implementations§
impl Freeze for BulkCloneCommand
impl RefUnwindSafe for BulkCloneCommand
impl Send for BulkCloneCommand
impl Sync for BulkCloneCommand
impl Unpin for BulkCloneCommand
impl UnsafeUnpin for BulkCloneCommand
impl UnwindSafe for BulkCloneCommand
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