pub struct ForLoop {
pub var: String,
pub range: String,
pub body: ActionDefBody,
}Expand description
For-loop node (SysML v2 ForLoopNode) - modeled minimally.
Fields§
§var: String§range: String§body: ActionDefBodyTrait Implementations§
impl Eq for ForLoop
impl StructuralPartialEq for ForLoop
Auto Trait Implementations§
impl Freeze for ForLoop
impl RefUnwindSafe for ForLoop
impl Send for ForLoop
impl Sync for ForLoop
impl Unpin for ForLoop
impl UnsafeUnpin for ForLoop
impl UnwindSafe for ForLoop
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