pub struct SubscriptionListResponse {
pub subscriptions: Vec<SubscriptionProduct>,
}Fields§
§subscriptions: Vec<SubscriptionProduct>A list of subscription products
Trait Implementations§
Source§impl Clone for SubscriptionListResponse
impl Clone for SubscriptionListResponse
Source§fn clone(&self) -> SubscriptionListResponse
fn clone(&self) -> SubscriptionListResponse
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 SubscriptionListResponse
impl Debug for SubscriptionListResponse
Source§impl Default for SubscriptionListResponse
impl Default for SubscriptionListResponse
Source§fn default() -> SubscriptionListResponse
fn default() -> SubscriptionListResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SubscriptionListResponse
impl<'de> Deserialize<'de> for SubscriptionListResponse
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 SubscriptionListResponse
impl RefUnwindSafe for SubscriptionListResponse
impl Send for SubscriptionListResponse
impl Sync for SubscriptionListResponse
impl Unpin for SubscriptionListResponse
impl UnsafeUnpin for SubscriptionListResponse
impl UnwindSafe for SubscriptionListResponse
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