pub struct FirstStmt {
pub first: Node<Expression>,
pub then: Node<Expression>,
pub body: FirstMergeBody,
}Expand description
First/then control flow: first expr then expr body.
Fields§
§first: Node<Expression>§then: Node<Expression>§body: FirstMergeBodyTrait Implementations§
impl Eq for FirstStmt
impl StructuralPartialEq for FirstStmt
Auto Trait Implementations§
impl Freeze for FirstStmt
impl RefUnwindSafe for FirstStmt
impl Send for FirstStmt
impl Sync for FirstStmt
impl Unpin for FirstStmt
impl UnsafeUnpin for FirstStmt
impl UnwindSafe for FirstStmt
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