pub struct UpgradedGiftAttributeIdModel {
pub sticker_id: i64,
}Expand description
Identifier of a gift model
Fields§
§sticker_id: i64Identifier of the sticker representing the model
Trait Implementations§
Source§impl Clone for UpgradedGiftAttributeIdModel
impl Clone for UpgradedGiftAttributeIdModel
Source§fn clone(&self) -> UpgradedGiftAttributeIdModel
fn clone(&self) -> UpgradedGiftAttributeIdModel
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 UpgradedGiftAttributeIdModel
impl Debug for UpgradedGiftAttributeIdModel
Source§impl Default for UpgradedGiftAttributeIdModel
impl Default for UpgradedGiftAttributeIdModel
Source§fn default() -> UpgradedGiftAttributeIdModel
fn default() -> UpgradedGiftAttributeIdModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpgradedGiftAttributeIdModel
impl<'de> Deserialize<'de> for UpgradedGiftAttributeIdModel
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 UpgradedGiftAttributeIdModel
impl PartialEq for UpgradedGiftAttributeIdModel
Source§fn eq(&self, other: &UpgradedGiftAttributeIdModel) -> bool
fn eq(&self, other: &UpgradedGiftAttributeIdModel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpgradedGiftAttributeIdModel
Auto Trait Implementations§
impl Freeze for UpgradedGiftAttributeIdModel
impl RefUnwindSafe for UpgradedGiftAttributeIdModel
impl Send for UpgradedGiftAttributeIdModel
impl Sync for UpgradedGiftAttributeIdModel
impl Unpin for UpgradedGiftAttributeIdModel
impl UnsafeUnpin for UpgradedGiftAttributeIdModel
impl UnwindSafe for UpgradedGiftAttributeIdModel
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