pub struct FuncStmt<'ir> {
pub name: IRTypedIdent<'ir>,
pub args: Vec<IRTypedIdent<'ir>>,
pub block: BlockStmt<'ir>,
}Fields§
§name: IRTypedIdent<'ir>§args: Vec<IRTypedIdent<'ir>>§block: BlockStmt<'ir>Trait Implementations§
impl<'ir> StructuralPartialEq for FuncStmt<'ir>
Auto Trait Implementations§
impl<'ir> Freeze for FuncStmt<'ir>
impl<'ir> RefUnwindSafe for FuncStmt<'ir>
impl<'ir> Send for FuncStmt<'ir>
impl<'ir> Sync for FuncStmt<'ir>
impl<'ir> Unpin for FuncStmt<'ir>
impl<'ir> UnwindSafe for FuncStmt<'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