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