>>17
https://doc.rust-lang.org/reference/influences.html
They've taken elements from various languages.
It is traits ie type classes that bring up the similarity.
See the following article that showcases code examples from Rust/OCaml/Haskell.
https://dr-knz.net/rust-for-functional-programmers.html
But in the end, Rust is no more like them than Python is like Lisp.