Enum rjs::rt::JsType [] [src]

pub enum JsType {
    Undefined,
    Null,
    Number,
    Boolean,
    String,
    Object,
    Iterator,
    Scope,
    RegExp,
}

Variants

Undefined
Null
Number
Boolean
String
Object
Iterator
Scope
RegExp

Trait Implementations

Derived Implementations

impl Debug for JsType

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

impl PartialEq for JsType

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

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

impl Clone for JsType

fn clone(&self) -> JsType

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

impl Copy for JsType