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