pub struct RawGiftedSubscriptionsData {
pub gifted_by: Option<String>,
pub gifter: Option<Value>,
pub recipients: Vec<Value>,
}Expand description
Raw gifted subscriptions data
Fields§
§gifted_by: Option<String>§gifter: Option<Value>§recipients: Vec<Value>Trait Implementations§
Source§impl Clone for RawGiftedSubscriptionsData
impl Clone for RawGiftedSubscriptionsData
Source§fn clone(&self) -> RawGiftedSubscriptionsData
fn clone(&self) -> RawGiftedSubscriptionsData
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 RawGiftedSubscriptionsData
impl Debug for RawGiftedSubscriptionsData
Source§impl<'de> Deserialize<'de> for RawGiftedSubscriptionsData
impl<'de> Deserialize<'de> for RawGiftedSubscriptionsData
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
Auto Trait Implementations§
impl Freeze for RawGiftedSubscriptionsData
impl RefUnwindSafe for RawGiftedSubscriptionsData
impl Send for RawGiftedSubscriptionsData
impl Sync for RawGiftedSubscriptionsData
impl Unpin for RawGiftedSubscriptionsData
impl UnwindSafe for RawGiftedSubscriptionsData
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