Woah, today I learned that Rust has a doubly linked list in its standard library!
It's a common example of something you can't do in purely safe Rust. Nonetheless, the core Rust devs have done the hard work already!
https://doc.rust-lang.org/std/collections/struct.LinkedList.html