pub struct For { /* private fields */ }Expand description
For branch
Values
name: Value- The value.local: String- Local (inside) name of value.nodes: Nodes- Nodes inside a loop.empty: Option<Nodes>- Nodes that will be executed if the cycle is empty.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for For
impl Send for For
impl Sync for For
impl Unpin for For
impl UnwindSafe for For
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