Enum parables_testing::linker::Section[][src]

pub enum Section<'a> {
    BadInstruction(u8),
    Instruction(u8Instruction),
    Push(u8Push<'a>),
    SwarmHash(Vec<u8>, Vec<u8>),
}

Variants

A bad instruction.

A regular instruction.

A push instruction.

Swarm hash as seen at end of contract.

Trait Implementations

impl<'a> Debug for Section<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Section<'a>

impl<'a> Sync for Section<'a>