pub struct ConfigureDefaultAppWorkflow {
pub repo_count: usize,
}Expand description
Configure default app workflow
Fields§
§repo_count: usizeTrait Implementations§
Source§impl Workflow for ConfigureDefaultAppWorkflow
impl Workflow for ConfigureDefaultAppWorkflow
Source§fn execute<'a>(
&'a self,
manager: &'a mut WorkspaceManager,
) -> Pin<Box<dyn Future<Output = Result<NextAction>> + Send + 'a>>
fn execute<'a>( &'a self, manager: &'a mut WorkspaceManager, ) -> Pin<Box<dyn Future<Output = Result<NextAction>> + Send + 'a>>
Execute the workflow and return the next action
Source§fn description(&self) -> String
fn description(&self) -> String
Get a description of this workflow
Auto Trait Implementations§
impl Freeze for ConfigureDefaultAppWorkflow
impl RefUnwindSafe for ConfigureDefaultAppWorkflow
impl Send for ConfigureDefaultAppWorkflow
impl Sync for ConfigureDefaultAppWorkflow
impl Unpin for ConfigureDefaultAppWorkflow
impl UnsafeUnpin for ConfigureDefaultAppWorkflow
impl UnwindSafe for ConfigureDefaultAppWorkflow
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