Enum scriptplan_core::CommandGroup
source · [−]pub enum CommandGroup<CommandGeneric: Command> {
Parallel(ScriptGroup<CommandGeneric>),
Series(ScriptGroup<CommandGeneric>),
}
Expand description
TODO: Choose a better name
Variants
Parallel(ScriptGroup<CommandGeneric>)
Series(ScriptGroup<CommandGeneric>)
Trait Implementations
Auto Trait Implementations
impl<CommandGeneric> RefUnwindSafe for CommandGroup<CommandGeneric> where
CommandGeneric: RefUnwindSafe,
impl<CommandGeneric> Send for CommandGroup<CommandGeneric> where
CommandGeneric: Send,
impl<CommandGeneric> Sync for CommandGroup<CommandGeneric> where
CommandGeneric: Sync,
impl<CommandGeneric> Unpin for CommandGroup<CommandGeneric> where
CommandGeneric: Unpin,
impl<CommandGeneric> UnwindSafe for CommandGroup<CommandGeneric> where
CommandGeneric: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more