pub struct CompiledScript { /* private fields */ }
Expand description

Compiled script result.

Implementations

Get the name of the script.

Get the name of the script as a null terminated C string.

Get the return value type.

Get the script type.

Get the index of the first node.

Get the file index of the script, starting at 0.

This corresponds to CompiledScriptData::get_files.

Get the line index of the script, starting at 1.

Get the column index of the script, starting at 1.

Get the script parameters for this function.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.