pub struct TestPurchase { /* private fields */ }Expand description
Whether this subscription purchase is a test purchase.
This type is not used in any activity, and only used as part of another schema.
Trait Implementations§
Source§impl Clone for TestPurchase
impl Clone for TestPurchase
Source§fn clone(&self) -> TestPurchase
fn clone(&self) -> TestPurchase
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 TestPurchase
impl Debug for TestPurchase
Source§impl Default for TestPurchase
impl Default for TestPurchase
Source§fn default() -> TestPurchase
fn default() -> TestPurchase
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TestPurchase
impl<'de> Deserialize<'de> for TestPurchase
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 Serialize for TestPurchase
impl Serialize for TestPurchase
impl Part for TestPurchase
Auto Trait Implementations§
impl Freeze for TestPurchase
impl RefUnwindSafe for TestPurchase
impl Send for TestPurchase
impl Sync for TestPurchase
impl Unpin for TestPurchase
impl UnwindSafe for TestPurchase
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