pub struct V2MapStep {
pub steps: Vec<V2Step>,
}Expand description
v2 Map Step - array iteration
Fields§
§steps: Vec<V2Step>Trait Implementations§
impl StructuralPartialEq for V2MapStep
Auto Trait Implementations§
impl Freeze for V2MapStep
impl RefUnwindSafe for V2MapStep
impl Send for V2MapStep
impl Sync for V2MapStep
impl Unpin for V2MapStep
impl UnwindSafe for V2MapStep
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