What is the Julia equivalent of Rust Option<T>?

This might help people who want to write good idiomatic code in both Julia and Rust.

I agree with the feeling that using enums + pattern matching in Rust and parametric multiple dispatch in Julia seem good for now.