Enum js::jsapi::IsArrayAnswer
[−]
[src]
#[repr(i32)]pub enum IsArrayAnswer { Array, NotArray, RevokedProxy, }
The answer to a successful query as to whether an object is an Array per ES6's internal |IsArray| operation (as exposed by |Array.isArray|).
Variants
Array
NotArray
RevokedProxy
Trait Implementations
impl Debug for IsArrayAnswer
[src]
impl Copy for IsArrayAnswer
[src]
impl Clone for IsArrayAnswer
[src]
fn clone(&self) -> IsArrayAnswer
[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 IsArrayAnswer
[src]
impl PartialEq for IsArrayAnswer
[src]
fn eq(&self, __arg_0: &IsArrayAnswer) -> 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 !=
.