Rust Language Cheat Sheet 19. October 2024 Contains clickable links to The Book , Rust by Example , Std Docs , Nomicon , Reference . Data Structures Data types and memory locations defined via keywords. Example Explanation struct S {} D efina struc wh m dl . struct S { x: T } Define struct with named field x of type T.