Enum luaext::error::LuaErrorType
[−]
[src]
pub enum LuaErrorType {
RuntimeError,
SyntaxError,
MemoryError,
GcError,
MessageHandlerError,
FileError,
}The type of error that occured
Variants
RuntimeErrorSyntaxErrorMemoryErrorGcErrorMessageHandlerErrorFileErrorTrait Implementations
impl Copy for LuaErrorType[src]
impl Clone for LuaErrorType[src]
fn clone(&self) -> LuaErrorType
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