Struct runestick::debug::DebugInst[][src]

pub struct DebugInst {
    pub source_id: usize,
    pub span: Span,
    pub comment: Option<String>,
    pub label: Option<DebugLabel>,
}
Expand description

Debug information for every instruction.

Fields

source_id: usize

The file by id the instruction belongs to.

span: Span

The span of the instruction.

comment: Option<String>

The comment for the line.

label: Option<DebugLabel>

Label associated with the location.

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.