Rust has several operators that cannot be chained (==, < for example).
==
<
But assignment operator = can be chained.
=