Enum wren_sys::WrenErrorType
[−]
[src]
#[repr(u32)]pub enum WrenErrorType { WREN_ERROR_COMPILE, WREN_ERROR_RUNTIME, WREN_ERROR_STACK_TRACE, }
Variants
WREN_ERROR_COMPILEWREN_ERROR_RUNTIMEWREN_ERROR_STACK_TRACETrait Implementations
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