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