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