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