pub struct IterLocals {
pub item: JVal,
pub index: JVal,
pub acc: JVal,
}Expand description
Iterator-local variables — direct struct field access, no HashMap.
Fields§
§item: JVal§index: JVal§acc: JValImplementations§
Source§impl IterLocals
impl IterLocals
Trait Implementations§
Source§impl Clone for IterLocals
impl Clone for IterLocals
Source§fn clone(&self) -> IterLocals
fn clone(&self) -> IterLocals
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for IterLocals
impl RefUnwindSafe for IterLocals
impl !Send for IterLocals
impl !Sync for IterLocals
impl Unpin for IterLocals
impl UnsafeUnpin for IterLocals
impl UnwindSafe for IterLocals
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