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