Unless you want to learn how to implement LinkedList in rust, you can just use LinkedList from std::collections
std::collections
It has been in rust since 1.0.0 (As per the documentation)