Enum js::jsapi::JSValueType [] [src]

#[repr(u8)]
pub enum JSValueType { JSVAL_TYPE_DOUBLE, JSVAL_TYPE_INT32, JSVAL_TYPE_UNDEFINED, JSVAL_TYPE_BOOLEAN, JSVAL_TYPE_MAGIC, JSVAL_TYPE_STRING, JSVAL_TYPE_SYMBOL, JSVAL_TYPE_PRIVATE_GCTHING, JSVAL_TYPE_NULL, JSVAL_TYPE_OBJECT, JSVAL_TYPE_UNKNOWN, JSVAL_TYPE_MISSING, }

Variants

Trait Implementations

impl Debug for JSValueType
[src]

[src]

Formats the value using the given formatter.

impl Copy for JSValueType
[src]

impl Clone for JSValueType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for JSValueType
[src]

impl PartialEq for JSValueType
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Hash for JSValueType
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more