pub struct MarketplacePurchasePurchased { /* private fields */ }
Implementations§
Source§impl MarketplacePurchasePurchased
impl MarketplacePurchasePurchased
pub fn action<T>(self, value: T) -> Self
pub fn effective_date<T>(self, value: T) -> Self
pub fn marketplace_purchase<T>(self, value: T) -> Self
pub fn previous_marketplace_purchase<T>(self, value: T) -> Self
pub fn sender<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for MarketplacePurchasePurchased
impl Clone for MarketplacePurchasePurchased
Source§fn clone(&self) -> MarketplacePurchasePurchased
fn clone(&self) -> MarketplacePurchasePurchased
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 MarketplacePurchasePurchased
impl Debug for MarketplacePurchasePurchased
Source§impl From<MarketplacePurchasePurchased> for MarketplacePurchasePurchased
impl From<MarketplacePurchasePurchased> for MarketplacePurchasePurchased
Source§fn from(value: MarketplacePurchasePurchased) -> Self
fn from(value: MarketplacePurchasePurchased) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MarketplacePurchasePurchased
impl RefUnwindSafe for MarketplacePurchasePurchased
impl Send for MarketplacePurchasePurchased
impl Sync for MarketplacePurchasePurchased
impl Unpin for MarketplacePurchasePurchased
impl UnwindSafe for MarketplacePurchasePurchased
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