pub struct MapIter {
pub map: Reference,
pub index: usize,
pub keys: Vec<String>,
pub next: Reference,
}
Fields§
§map: Reference
§index: usize
§keys: Vec<String>
§next: Reference
Implementations§
Source§impl MapIter
impl MapIter
pub fn next__intuicio_function(context: &mut Context, registry: &Registry)
pub fn next__define_signature(registry: &Registry) -> FunctionSignature
pub fn next__define_function(registry: &Registry) -> Function
Trait Implementations§
Source§impl IntuicioStruct for MapIter
impl IntuicioStruct for MapIter
fn define_struct(registry: &Registry) -> Struct
Auto Trait Implementations§
impl Freeze for MapIter
impl !RefUnwindSafe for MapIter
impl !Send for MapIter
impl !Sync for MapIter
impl Unpin for MapIter
impl !UnwindSafe for MapIter
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