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