pub struct JSPropertyEnumRef { /* private fields */ }
Expand description

this is a wrapper struct for JSPropertyEnum struct in quickjs it used primarily as a result of objects::get_own_property_names()

Implementations

get a raw ptr to an Atom

Safety

do not drop the JSPropertyEnumRef while still using the ptr

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.