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

Trait Implementations

impl Debug for JSType
[src]

[src]

Formats the value using the given formatter.

impl Copy for JSType
[src]

impl Clone for JSType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for JSType
[src]

impl PartialEq for JSType
[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 JSType
[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