pub struct IteratorPrototypes { /* private fields */ }
Implementations§
Source§impl IteratorPrototypes
impl IteratorPrototypes
pub fn array_iterator(&self) -> JsObject
pub fn iterator_prototype(&self) -> JsObject
pub fn set_iterator(&self) -> JsObject
pub fn string_iterator(&self) -> JsObject
pub fn regexp_string_iterator(&self) -> JsObject
pub fn map_iterator(&self) -> JsObject
pub fn for_in_iterator(&self) -> JsObject
Trait Implementations§
Source§impl Debug for IteratorPrototypes
impl Debug for IteratorPrototypes
Source§impl Default for IteratorPrototypes
impl Default for IteratorPrototypes
Source§fn default() -> IteratorPrototypes
fn default() -> IteratorPrototypes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for IteratorPrototypes
impl !RefUnwindSafe for IteratorPrototypes
impl !Send for IteratorPrototypes
impl !Sync for IteratorPrototypes
impl Unpin for IteratorPrototypes
impl !UnwindSafe for IteratorPrototypes
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more