Struct ots::timestamp::Step [] [src]

pub struct Step {
    pub data: StepData,
    pub output: Vec<u8>,
    pub next: Vec<Step>,
}

An execution step in a timestamp verification

Fields

The contents of the step

The output after execution

A list of steps to execute after this one

Trait Implementations

impl Clone for Step
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Step
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Step
[src]

impl Debug for Step
[src]

Formats the value using the given formatter.