pub struct IterChunks {
pub iterator: Reference,
pub count: Reference,
pub next: Reference,
}
Fields§
§iterator: Reference
§count: Reference
§next: Reference
Implementations§
Source§impl IterChunks
impl IterChunks
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 Default for IterChunks
impl Default for IterChunks
Source§fn default() -> IterChunks
fn default() -> IterChunks
Returns the “default value” for a type. Read more
Source§impl IntuicioStruct for IterChunks
impl IntuicioStruct for IterChunks
fn define_struct(registry: &Registry) -> Struct
Auto Trait Implementations§
impl Freeze for IterChunks
impl !RefUnwindSafe for IterChunks
impl !Send for IterChunks
impl !Sync for IterChunks
impl Unpin for IterChunks
impl !UnwindSafe for IterChunks
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