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