HashSet<Option<T>> but you can check inclusivity with Option<&T>.
HashSet<Option<T>>
Option<&T>
HashSet<Option<String>>
Option<&str>
Option<String>