[−][src]Trait duckscript::types::instruction::InstructionOperations
Defines common instruction capabilities
Required methods
fn is_actionable(&self) -> bool
Returns true if this instruction has some actionable command to run
Implementors
impl InstructionOperations for Instruction
[src]
fn is_actionable(&self) -> bool
[src]
Returns true if this instruction has some actionable command to run
impl InstructionOperations for PreProcessInstruction
[src]
fn is_actionable(&self) -> bool
[src]
Returns true if this instruction has some actionable command to run
impl InstructionOperations for ScriptInstruction
[src]
fn is_actionable(&self) -> bool
[src]
Returns true if this instruction has some actionable command to run