Struct boa::builtins::object::for_in_iterator::ForInIterator [−][src]
pub struct ForInIterator { /* fields omitted */ }Expand description
The ForInIterator object represents an iteration over some specific object. 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 ForInIterator
impl !Send for ForInIterator
impl !Sync for ForInIterator
impl Unpin for ForInIterator
impl !UnwindSafe for ForInIterator
Blanket Implementations
Mutably borrows from an owned value. Read more