pub struct EuBankTransferParams {
pub country: String,
}
Fields§
§country: String
The desired country code of the bank account information.
Permitted values include: BE
, DE
, ES
, FR
, IE
, or NL
.
Implementations§
Trait Implementations§
Source§impl Clone for EuBankTransferParams
impl Clone for EuBankTransferParams
Source§fn clone(&self) -> EuBankTransferParams
fn clone(&self) -> EuBankTransferParams
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 EuBankTransferParams
impl Debug for EuBankTransferParams
Auto Trait Implementations§
impl Freeze for EuBankTransferParams
impl RefUnwindSafe for EuBankTransferParams
impl Send for EuBankTransferParams
impl Sync for EuBankTransferParams
impl Unpin for EuBankTransferParams
impl UnwindSafe for EuBankTransferParams
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