Enum librsnek::api::result::ErrorType
[−]
[src]
pub enum ErrorType {
Runtime,
Type,
Overflow,
NotImplemented,
Attribute,
Value,
Key,
ModuleNotFound,
StopIteration,
Name,
System,
Recursion,
Assertion,
Syntax,
Index,
}Variants
RuntimeTypeOverflowNotImplementedAttributeValueKeyModuleNotFoundStopIterationNameSystemRecursionAssertionSyntaxIndexTrait Implementations
impl Debug for ErrorType[src]
impl Clone for ErrorType[src]
fn clone(&self) -> ErrorType
Returns a copy of the value.
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source.