Struct v8::FixedArray
source · #[repr(C)]pub struct FixedArray(_);
Expand description
A fixed-sized array with elements of type Data.
Implementations§
Methods from Deref<Target = Data>§
sourcepub fn is_big_int(&self) -> bool
pub fn is_big_int(&self) -> bool
Returns true if this data is a BigInt
.
sourcepub fn is_boolean(&self) -> bool
pub fn is_boolean(&self) -> bool
Returns true if this data is a Boolean
.
sourcepub fn is_context(&self) -> bool
pub fn is_context(&self) -> bool
Returns true if this data is a Context
.
sourcepub fn is_fixed_array(&self) -> bool
pub fn is_fixed_array(&self) -> bool
Returns true if this data is a FixedArray
.
sourcepub fn is_function_template(&self) -> bool
pub fn is_function_template(&self) -> bool
Returns true if this data is a FunctionTemplate
.
sourcepub fn is_module_request(&self) -> bool
pub fn is_module_request(&self) -> bool
Returns true if this data is a ModuleRequest
.
sourcepub fn is_object_template(&self) -> bool
pub fn is_object_template(&self) -> bool
Returns true if this data is a ObjectTemplate
.
sourcepub fn is_primitive(&self) -> bool
pub fn is_primitive(&self) -> bool
Returns true if this data is a Primitive
.
sourcepub fn is_private(&self) -> bool
pub fn is_private(&self) -> bool
Returns true if this data is a Private
.
Trait Implementations§
source§impl Debug for FixedArray
impl Debug for FixedArray
source§impl Deref for FixedArray
impl Deref for FixedArray
source§impl<'s> PartialEq<Data> for FixedArray
impl<'s> PartialEq<Data> for FixedArray
source§impl<'s> PartialEq<FixedArray> for Data
impl<'s> PartialEq<FixedArray> for Data
source§fn eq(&self, other: &FixedArray) -> bool
fn eq(&self, other: &FixedArray) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<'s> PartialEq<FixedArray> for FixedArray
impl<'s> PartialEq<FixedArray> for FixedArray
source§fn eq(&self, other: &FixedArray) -> bool
fn eq(&self, other: &FixedArray) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.