pub struct GiftResaleResultOk {
pub received_gift_id: String,
}Expand description
Operation was successfully completed
Fields§
§received_gift_id: StringUnique identifier of the received gift; only for the gifts sent to the current user
Trait Implementations§
Source§impl Clone for GiftResaleResultOk
impl Clone for GiftResaleResultOk
Source§fn clone(&self) -> GiftResaleResultOk
fn clone(&self) -> GiftResaleResultOk
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 GiftResaleResultOk
impl Debug for GiftResaleResultOk
Source§impl Default for GiftResaleResultOk
impl Default for GiftResaleResultOk
Source§fn default() -> GiftResaleResultOk
fn default() -> GiftResaleResultOk
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GiftResaleResultOk
impl<'de> Deserialize<'de> for GiftResaleResultOk
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 GiftResaleResultOk
impl PartialEq for GiftResaleResultOk
Source§fn eq(&self, other: &GiftResaleResultOk) -> bool
fn eq(&self, other: &GiftResaleResultOk) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GiftResaleResultOk
impl Serialize for GiftResaleResultOk
impl StructuralPartialEq for GiftResaleResultOk
Auto Trait Implementations§
impl Freeze for GiftResaleResultOk
impl RefUnwindSafe for GiftResaleResultOk
impl Send for GiftResaleResultOk
impl Sync for GiftResaleResultOk
impl Unpin for GiftResaleResultOk
impl UnsafeUnpin for GiftResaleResultOk
impl UnwindSafe for GiftResaleResultOk
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