- API ›
- Constructors ›
- StarGiftAttributeBackdrop
StarGiftAttributeBackdrop
---types--- starGiftAttributeBackdrop#9f2504e4 name:string backdrop_id:int center_color:int edge_color:int pattern_color:int text_color:int rarity:StarGiftAttributeRarity = StarGiftAttribute
Belongs to
| StarGiftAttribute |
In Rust this constructor is a variant of the enums::StarGiftAttribute enum.
Match on it with: if let enums::StarGiftAttribute::StarGiftAttributeBackdrop(v) = result { ... }