pub struct SentGiftUpgraded {
pub gift: UpgradedGift,
}Expand description
Upgraded gift
Fields§
§gift: UpgradedGiftThe gift
Trait Implementations§
Source§impl Clone for SentGiftUpgraded
impl Clone for SentGiftUpgraded
Source§fn clone(&self) -> SentGiftUpgraded
fn clone(&self) -> SentGiftUpgraded
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 SentGiftUpgraded
impl Debug for SentGiftUpgraded
Source§impl<'de> Deserialize<'de> for SentGiftUpgraded
impl<'de> Deserialize<'de> for SentGiftUpgraded
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 SentGiftUpgraded
impl PartialEq for SentGiftUpgraded
Source§impl Serialize for SentGiftUpgraded
impl Serialize for SentGiftUpgraded
impl StructuralPartialEq for SentGiftUpgraded
Auto Trait Implementations§
impl Freeze for SentGiftUpgraded
impl RefUnwindSafe for SentGiftUpgraded
impl Send for SentGiftUpgraded
impl Sync for SentGiftUpgraded
impl Unpin for SentGiftUpgraded
impl UnsafeUnpin for SentGiftUpgraded
impl UnwindSafe for SentGiftUpgraded
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