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