name . If you want to find an employee in the list with a given ID, you would have to iterate, which you can do like employees.iter().find(|&e| ...
確定! 回上一頁