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