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