pub struct ReturnStmt<'ir> {
pub ret_val: IRExpr<'ir>,
}Fields§
§ret_val: IRExpr<'ir>Trait Implementations§
Source§impl<'ir> Clone for ReturnStmt<'ir>
impl<'ir> Clone for ReturnStmt<'ir>
Source§fn clone(&self) -> ReturnStmt<'ir>
fn clone(&self) -> ReturnStmt<'ir>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'ir> Debug for ReturnStmt<'ir>
impl<'ir> Debug for ReturnStmt<'ir>
Source§impl Display for ReturnStmt<'_>
impl Display for ReturnStmt<'_>
Source§impl<'ir> PartialEq for ReturnStmt<'ir>
impl<'ir> PartialEq for ReturnStmt<'ir>
impl<'ir> StructuralPartialEq for ReturnStmt<'ir>
Auto Trait Implementations§
impl<'ir> Freeze for ReturnStmt<'ir>
impl<'ir> RefUnwindSafe for ReturnStmt<'ir>
impl<'ir> Send for ReturnStmt<'ir>
impl<'ir> Sync for ReturnStmt<'ir>
impl<'ir> Unpin for ReturnStmt<'ir>
impl<'ir> UnwindSafe for ReturnStmt<'ir>
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