pub struct SetupAttemptPaymentMethodDetailsSepaDebit {}
Trait Implementations§
Source§impl Clone for SetupAttemptPaymentMethodDetailsSepaDebit
impl Clone for SetupAttemptPaymentMethodDetailsSepaDebit
Source§fn clone(&self) -> SetupAttemptPaymentMethodDetailsSepaDebit
fn clone(&self) -> SetupAttemptPaymentMethodDetailsSepaDebit
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 moreimpl Copy for SetupAttemptPaymentMethodDetailsSepaDebit
Auto Trait Implementations§
impl Freeze for SetupAttemptPaymentMethodDetailsSepaDebit
impl RefUnwindSafe for SetupAttemptPaymentMethodDetailsSepaDebit
impl Send for SetupAttemptPaymentMethodDetailsSepaDebit
impl Sync for SetupAttemptPaymentMethodDetailsSepaDebit
impl Unpin for SetupAttemptPaymentMethodDetailsSepaDebit
impl UnwindSafe for SetupAttemptPaymentMethodDetailsSepaDebit
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