Rust で言うところの destructuring ですかね
いややっぱり pattern でいいか
Pattern Syntax - The Rust Programming Language
https://doc.rust-lang.org/book/ch18-03-pattern-syntax.html
structs - Rust By Example
https://doc.rust-lang.org/rust-by-example/flow_control/match/destructuring/destructure_structures.html