Enum wren_rust::InterpretResult [] [src]

#[repr(C)]
pub enum InterpretResult { Success, CompileError, RuntimeError, }

Variants

Trait Implementations

impl Copy for WrenInterpretResult
[src]

impl Clone for WrenInterpretResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WrenInterpretResult
[src]

Formats the value using the given formatter.