pub struct EmojiStatusTypeUpgradedGift {
pub upgraded_gift_id: i64,
pub gift_title: String,
pub gift_name: String,
pub model_custom_emoji_id: i64,
pub symbol_custom_emoji_id: i64,
pub backdrop_colors: UpgradedGiftBackdropColors,
}Expand description
An upgraded gift set as emoji status
Fields§
§upgraded_gift_id: i64Identifier of the upgraded gift
gift_title: StringThe title of the upgraded gift
gift_name: StringUnique name of the upgraded gift that can be used with internalLinkTypeUpgradedGift
model_custom_emoji_id: i64Custom emoji identifier of the model of the upgraded gift
symbol_custom_emoji_id: i64Custom emoji identifier of the symbol of the upgraded gift
backdrop_colors: UpgradedGiftBackdropColorsColors of the backdrop of the upgraded gift
Trait Implementations§
Source§impl Clone for EmojiStatusTypeUpgradedGift
impl Clone for EmojiStatusTypeUpgradedGift
Source§fn clone(&self) -> EmojiStatusTypeUpgradedGift
fn clone(&self) -> EmojiStatusTypeUpgradedGift
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EmojiStatusTypeUpgradedGift
impl Debug for EmojiStatusTypeUpgradedGift
Source§impl Default for EmojiStatusTypeUpgradedGift
impl Default for EmojiStatusTypeUpgradedGift
Source§fn default() -> EmojiStatusTypeUpgradedGift
fn default() -> EmojiStatusTypeUpgradedGift
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EmojiStatusTypeUpgradedGift
impl<'de> Deserialize<'de> for EmojiStatusTypeUpgradedGift
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 EmojiStatusTypeUpgradedGift
impl PartialEq for EmojiStatusTypeUpgradedGift
Source§fn eq(&self, other: &EmojiStatusTypeUpgradedGift) -> bool
fn eq(&self, other: &EmojiStatusTypeUpgradedGift) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EmojiStatusTypeUpgradedGift
Auto Trait Implementations§
impl Freeze for EmojiStatusTypeUpgradedGift
impl RefUnwindSafe for EmojiStatusTypeUpgradedGift
impl Send for EmojiStatusTypeUpgradedGift
impl Sync for EmojiStatusTypeUpgradedGift
impl Unpin for EmojiStatusTypeUpgradedGift
impl UnsafeUnpin for EmojiStatusTypeUpgradedGift
impl UnwindSafe for EmojiStatusTypeUpgradedGift
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