Enum mozjs::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_VOIDJSTYPE_OBJECTJSTYPE_FUNCTIONJSTYPE_STRINGJSTYPE_NUMBERJSTYPE_BOOLEANJSTYPE_NULLJSTYPE_SYMBOLJSTYPE_LIMIT
Trait Implementations
impl Debug for JSType[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
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) -> bool1.0.0[src]
This method tests for !=.