pub enum StageExecution {
Agent(AgentLaunch),
Exec(ExecLaunch),
}Variants§
Agent(AgentLaunch)
Exec(ExecLaunch)
Trait Implementations§
Source§impl Clone for StageExecution
impl Clone for StageExecution
Source§fn clone(&self) -> StageExecution
fn clone(&self) -> StageExecution
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StageExecution
impl RefUnwindSafe for StageExecution
impl Send for StageExecution
impl Sync for StageExecution
impl Unpin for StageExecution
impl UnsafeUnpin for StageExecution
impl UnwindSafe for StageExecution
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