Birthday

---types---
birthday#6c8e1e06 day:int month:int year:flags.0?int = Birthday

Belongs to

Birthday

In Rust this constructor is a variant of the enums::Birthday enum.
Match on it with: if let enums::Birthday::Birthday(v) = result { ... }

Parameters

dayintrequired
monthintrequired
yearintoptional

Used by

SuggestBirthday
UpdateBirthday