pub struct MandateAmazonPay {}
Trait Implementations§
Source§impl Clone for MandateAmazonPay
impl Clone for MandateAmazonPay
Source§fn clone(&self) -> MandateAmazonPay
fn clone(&self) -> MandateAmazonPay
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 MandateAmazonPay
impl Debug for MandateAmazonPay
Source§impl Deserialize for MandateAmazonPay
impl Deserialize for MandateAmazonPay
Source§impl ObjectDeser for MandateAmazonPay
impl ObjectDeser for MandateAmazonPay
impl Copy for MandateAmazonPay
Auto Trait Implementations§
impl Freeze for MandateAmazonPay
impl RefUnwindSafe for MandateAmazonPay
impl Send for MandateAmazonPay
impl Sync for MandateAmazonPay
impl Unpin for MandateAmazonPay
impl UnwindSafe for MandateAmazonPay
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