pub struct UpgradedGiftBackdrop {
pub id: i32,
pub name: String,
pub colors: UpgradedGiftBackdropColors,
pub rarity: UpgradedGiftAttributeRarity,
}Expand description
Describes a backdrop of an upgraded gift
Fields§
§id: i32Unique identifier of the backdrop
name: StringName of the backdrop
colors: UpgradedGiftBackdropColorsColors of the backdrop
rarity: UpgradedGiftAttributeRarityThe rarity of the backdrop
Trait Implementations§
Source§impl Clone for UpgradedGiftBackdrop
impl Clone for UpgradedGiftBackdrop
Source§fn clone(&self) -> UpgradedGiftBackdrop
fn clone(&self) -> UpgradedGiftBackdrop
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UpgradedGiftBackdrop
impl Debug for UpgradedGiftBackdrop
Source§impl<'de> Deserialize<'de> for UpgradedGiftBackdrop
impl<'de> Deserialize<'de> for UpgradedGiftBackdrop
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpgradedGiftBackdrop
impl PartialEq for UpgradedGiftBackdrop
Source§impl Serialize for UpgradedGiftBackdrop
impl Serialize for UpgradedGiftBackdrop
impl StructuralPartialEq for UpgradedGiftBackdrop
Auto Trait Implementations§
impl Freeze for UpgradedGiftBackdrop
impl RefUnwindSafe for UpgradedGiftBackdrop
impl Send for UpgradedGiftBackdrop
impl Sync for UpgradedGiftBackdrop
impl Unpin for UpgradedGiftBackdrop
impl UnsafeUnpin for UpgradedGiftBackdrop
impl UnwindSafe for UpgradedGiftBackdrop
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more