pub struct TopupResourcePaymentMethodOptions {
pub us_bank_account: Option<TopupResourceUsBankAccount>,
}Fields§
§us_bank_account: Option<TopupResourceUsBankAccount>If this top-up is to be used with a us_bank_account payment method, this sub-hash contains configuration for it.
Trait Implementations§
Source§impl Clone for TopupResourcePaymentMethodOptions
impl Clone for TopupResourcePaymentMethodOptions
Source§fn clone(&self) -> TopupResourcePaymentMethodOptions
fn clone(&self) -> TopupResourcePaymentMethodOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for TopupResourcePaymentMethodOptions
Source§impl FromValueOpt for TopupResourcePaymentMethodOptions
impl FromValueOpt for TopupResourcePaymentMethodOptions
fn from_value(v: Value) -> Option<Self>
impl StructuralPartialEq for TopupResourcePaymentMethodOptions
Auto Trait Implementations§
impl Freeze for TopupResourcePaymentMethodOptions
impl RefUnwindSafe for TopupResourcePaymentMethodOptions
impl Send for TopupResourcePaymentMethodOptions
impl Sync for TopupResourcePaymentMethodOptions
impl Unpin for TopupResourcePaymentMethodOptions
impl UnsafeUnpin for TopupResourcePaymentMethodOptions
impl UnwindSafe for TopupResourcePaymentMethodOptions
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