Struct boa::builtins::array::array_iterator::ArrayIterator [−][src]
pub struct ArrayIterator { /* fields omitted */ }
Expand description
The Array Iterator object represents an iteration over an array. It implements the iterator protocol.
More information:
Trait Implementations
Runs Finalize::finalize() on this object and all contained subobjects Read more
Auto Trait Implementations
impl !RefUnwindSafe for ArrayIterator
impl !Send for ArrayIterator
impl !Sync for ArrayIterator
impl Unpin for ArrayIterator
impl !UnwindSafe for ArrayIterator
Blanket Implementations
Mutably borrows from an owned value. Read more