pub struct V2IfStep {
pub cond: V2Condition,
pub then_branch: V2Pipe,
pub else_branch: Option<V2Pipe>,
}Expand description
v2 If Step - conditional branching
Fields§
§cond: V2Condition§then_branch: V2Pipe§else_branch: Option<V2Pipe>Trait Implementations§
impl StructuralPartialEq for V2IfStep
Auto Trait Implementations§
impl Freeze for V2IfStep
impl RefUnwindSafe for V2IfStep
impl Send for V2IfStep
impl Sync for V2IfStep
impl Unpin for V2IfStep
impl UnwindSafe for V2IfStep
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