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