Enum chakracore_sys::_JsValueType [] [src]

#[repr(u32)]
pub enum _JsValueType { Undefined, Null, Number, String, Boolean, Object, Function, Error, Array, Symbol, ArrayBuffer, TypedArray, DataView, }

The JavaScript type of a JsValueRef.

Variants

Trait Implementations

impl Debug for _JsValueType
[src]

Formats the value using the given formatter.

impl Copy for _JsValueType
[src]

impl Clone for _JsValueType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for _JsValueType
[src]

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

This method tests for !=.

impl Eq for _JsValueType
[src]

impl Hash for _JsValueType
[src]

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

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