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