pub struct TestPurchaseContext {
pub fop_type: Option<String>,
}Expand description
Context about a test purchase.
This type is not used in any activity, and only used as part of another schema.
Fields§
§fop_type: Option<String>The fop type of the test purchase.
Trait Implementations§
Source§impl Clone for TestPurchaseContext
impl Clone for TestPurchaseContext
Source§fn clone(&self) -> TestPurchaseContext
fn clone(&self) -> TestPurchaseContext
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 TestPurchaseContext
impl Debug for TestPurchaseContext
Source§impl Default for TestPurchaseContext
impl Default for TestPurchaseContext
Source§fn default() -> TestPurchaseContext
fn default() -> TestPurchaseContext
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TestPurchaseContext
impl<'de> Deserialize<'de> for TestPurchaseContext
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 TestPurchaseContext
impl Serialize for TestPurchaseContext
impl Part for TestPurchaseContext
Auto Trait Implementations§
impl Freeze for TestPurchaseContext
impl RefUnwindSafe for TestPurchaseContext
impl Send for TestPurchaseContext
impl Sync for TestPurchaseContext
impl Unpin for TestPurchaseContext
impl UnwindSafe for TestPurchaseContext
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