pub struct ListPromoRewardsResponseReward {
pub code: String,
pub owner_tenant_id: String,
pub subscriber_tenant_id: String,
pub tokens: i64,
pub plan_id: String,
pub granted_at: String,
}Expand description
ListPromoRewardsResponseReward model.
Fields§
§code: String§owner_tenant_id: String§subscriber_tenant_id: String§tokens: i64§plan_id: String§granted_at: StringTrait Implementations§
Source§impl Clone for ListPromoRewardsResponseReward
impl Clone for ListPromoRewardsResponseReward
Source§fn clone(&self) -> ListPromoRewardsResponseReward
fn clone(&self) -> ListPromoRewardsResponseReward
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 Default for ListPromoRewardsResponseReward
impl Default for ListPromoRewardsResponseReward
Source§fn default() -> ListPromoRewardsResponseReward
fn default() -> ListPromoRewardsResponseReward
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListPromoRewardsResponseReward
impl<'de> Deserialize<'de> for ListPromoRewardsResponseReward
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
impl StructuralPartialEq for ListPromoRewardsResponseReward
Auto Trait Implementations§
impl Freeze for ListPromoRewardsResponseReward
impl RefUnwindSafe for ListPromoRewardsResponseReward
impl Send for ListPromoRewardsResponseReward
impl Sync for ListPromoRewardsResponseReward
impl Unpin for ListPromoRewardsResponseReward
impl UnsafeUnpin for ListPromoRewardsResponseReward
impl UnwindSafe for ListPromoRewardsResponseReward
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