Enum js::jsapi::JSType
[−]
[src]
#[repr(u32)]pub enum JSType { JSTYPE_VOID, JSTYPE_OBJECT, JSTYPE_FUNCTION, JSTYPE_STRING, JSTYPE_NUMBER, JSTYPE_BOOLEAN, JSTYPE_NULL, JSTYPE_SYMBOL, JSTYPE_LIMIT, }
Variants
JSTYPE_VOID
JSTYPE_OBJECT
JSTYPE_FUNCTION
JSTYPE_STRING
JSTYPE_NUMBER
JSTYPE_BOOLEAN
JSTYPE_NULL
JSTYPE_SYMBOL
JSTYPE_LIMIT
Trait Implementations
impl Debug for JSType
[src]
impl Copy for JSType
[src]
impl Clone for JSType
[src]
fn clone(&self) -> JSType
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Eq for JSType
[src]
impl PartialEq for JSType
[src]
fn eq(&self, __arg_0: &JSType) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.