pub struct ProcessorBankTransferCreateRequired<'a> {
pub amount: &'a str,
pub description: &'a str,
pub idempotency_key: &'a str,
pub iso_currency_code: &'a str,
pub network: BankTransferNetwork,
pub processor_token: &'a str,
pub type_: BankTransferType,
pub user: BankTransferUser,
}Fields§
§amount: &'a str§description: &'a str§idempotency_key: &'a str§iso_currency_code: &'a str§network: BankTransferNetwork§processor_token: &'a str§type_: BankTransferType§user: BankTransferUserAuto Trait Implementations§
impl<'a> Freeze for ProcessorBankTransferCreateRequired<'a>
impl<'a> RefUnwindSafe for ProcessorBankTransferCreateRequired<'a>
impl<'a> Send for ProcessorBankTransferCreateRequired<'a>
impl<'a> Sync for ProcessorBankTransferCreateRequired<'a>
impl<'a> Unpin for ProcessorBankTransferCreateRequired<'a>
impl<'a> UnwindSafe for ProcessorBankTransferCreateRequired<'a>
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