pub struct PaymentMethodSunbit {}Trait Implementations§
Source§impl Clone for PaymentMethodSunbit
impl Clone for PaymentMethodSunbit
Source§fn clone(&self) -> PaymentMethodSunbit
fn clone(&self) -> PaymentMethodSunbit
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PaymentMethodSunbit
impl Debug for PaymentMethodSunbit
Source§impl Deserialize for PaymentMethodSunbit
impl Deserialize for PaymentMethodSunbit
Source§impl FromValueOpt for PaymentMethodSunbit
impl FromValueOpt for PaymentMethodSunbit
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentMethodSunbit
impl PartialEq for PaymentMethodSunbit
Source§fn eq(&self, other: &PaymentMethodSunbit) -> bool
fn eq(&self, other: &PaymentMethodSunbit) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PaymentMethodSunbit
impl Eq for PaymentMethodSunbit
impl StructuralPartialEq for PaymentMethodSunbit
Auto Trait Implementations§
impl Freeze for PaymentMethodSunbit
impl RefUnwindSafe for PaymentMethodSunbit
impl Send for PaymentMethodSunbit
impl Sync for PaymentMethodSunbit
impl Unpin for PaymentMethodSunbit
impl UnsafeUnpin for PaymentMethodSunbit
impl UnwindSafe for PaymentMethodSunbit
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