Enum wren_sys::WrenErrorType
[−]
[src]
#[repr(C)]pub enum WrenErrorType { Compile, Runtime, StackTrace, }
Variants
CompileRuntimeStackTraceTrait Implementations
impl Copy for WrenErrorType[src]
impl Clone for WrenErrorType[src]
fn clone(&self) -> WrenErrorType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more