pub struct ArrayIter {
pub array: Reference,
pub index: usize,
pub reversed: bool,
pub next: Reference,
}
Fields§
§array: Reference
§index: usize
§reversed: bool
§next: Reference
Implementations§
Source§impl ArrayIter
impl ArrayIter
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 ArrayIter
impl IntuicioStruct for ArrayIter
fn define_struct(registry: &Registry) -> Struct
Auto Trait Implementations§
impl Freeze for ArrayIter
impl !RefUnwindSafe for ArrayIter
impl !Send for ArrayIter
impl !Sync for ArrayIter
impl Unpin for ArrayIter
impl !UnwindSafe for ArrayIter
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