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