Enum Instruction Mode

View as Markdown

Generated from cargo doc --no-deps -p nemo-fabric-core.

1pub enum InstructionMode {
2 Replace,
3}

How an instruction value is applied to the selected harness.

Variants

Replace

Replace

Replace the harness default instruction value.

Trait Implementations

impl Clone for InstructionMode

impl Clone for InstructionMode

clone

fn clone(&self) -> InstructionMode

clone_from

fn clone_from(&mut self, source: &Self)

impl Debug for InstructionMode

impl Debug for InstructionMode

fmt

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl Default for InstructionMode

impl Default for InstructionMode

default

fn default() -> InstructionMode

impl<'de> Deserialize<'de> for InstructionMode

impl<'de> Deserialize<'de> for InstructionMode

deserialize

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
    __D: Deserializer<'de>,

impl JsonSchema for InstructionMode

impl JsonSchema for InstructionMode

schema_name

fn schema_name() -> Cow<'static, str>

schema_id

fn schema_id() -> Cow<'static, str>

json_schema

fn json_schema(generator: &mut SchemaGenerator) -> Schema

inline_schema

fn inline_schema() -> bool

impl PartialEq for InstructionMode

impl PartialEq for InstructionMode

eq

fn eq(&self, other: &InstructionMode) -> bool

ne

fn ne(&self, other: &Rhs) -> bool

impl Serialize for InstructionMode

impl Serialize for InstructionMode

serialize

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>where
    __S: Serializer,

impl Copy for InstructionMode

impl Copy for InstructionMode

impl Eq for InstructionMode

impl Eq for InstructionMode

impl StructuralPartialEq for InstructionMode

impl StructuralPartialEq for InstructionMode