pub type SetId = Option<SetIdContent>;
enum SetId { None, Some(String), }
No value.
Some value of type T.
T