Enum rjs::rt::JsHandle [] [src]

pub enum JsHandle {
    Global,
    Object,
    Function,
    Array,
    String,
    Date,
    Number,
    Boolean,
    RegExpClass,
    RegExp,
    Error,
    EvalError,
    RangeError,
    ReferenceError,
    SyntaxError,
    TypeError,
    URIError,
    NativeError,
}

Variants

Global
Object
Function
Array
String
Date
Number
Boolean
RegExpClass
RegExp
Error
EvalError
RangeError
ReferenceError
SyntaxError
TypeError
URIError
NativeError

Trait Implementations

Derived Implementations

impl PartialEq for JsHandle

fn eq(&self, __arg_0: &JsHandle) -> bool

fn ne(&self, __arg_0: &JsHandle) -> bool

impl Debug for JsHandle

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for JsHandle

fn clone(&self) -> JsHandle

fn clone_from(&mut self, source: &Self)

impl Copy for JsHandle