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