pub struct ExternalPurchase;Implementations§
Trait Implementations§
Source§impl Clone for ExternalPurchase
impl Clone for ExternalPurchase
Source§fn clone(&self) -> ExternalPurchase
fn clone(&self) -> ExternalPurchase
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExternalPurchase
impl Debug for ExternalPurchase
Source§impl Default for ExternalPurchase
impl Default for ExternalPurchase
Source§fn default() -> ExternalPurchase
fn default() -> ExternalPurchase
Returns the “default value” for a type. Read more
impl Copy for ExternalPurchase
Auto Trait Implementations§
impl Freeze for ExternalPurchase
impl RefUnwindSafe for ExternalPurchase
impl Send for ExternalPurchase
impl Sync for ExternalPurchase
impl Unpin for ExternalPurchase
impl UnsafeUnpin for ExternalPurchase
impl UnwindSafe for ExternalPurchase
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