It doesn't go into how structures and ownership interact. It's possible to create a tree with all elements single-ownership. The relationship between structs, enums with data, recursive enums with data, and ownership isn't discussed. Yet this is fundamental to doing any complex data structure.