pub enum InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions {
Balances,
Ownership,
PaymentMethod,
Transactions,
}
Expand description
The list of permissions to request. The payment_method
permission must be included.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions
impl Clone for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions
Source§fn clone(
&self,
) -> InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions
fn clone( &self, ) -> InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions
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 FromValueOpt for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions
impl FromValueOpt for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions
impl PartialEq for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions
Source§fn eq(
&self,
other: &InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions,
) -> bool
fn eq( &self, other: &InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions
impl Eq for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions
impl StructuralPartialEq for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions
Auto Trait Implementations§
impl Freeze for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions
impl RefUnwindSafe for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions
impl Send for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions
impl Sync for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions
impl Unpin for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions
impl UnwindSafe for InvoicePaymentMethodOptionsUsBankAccountLinkedAccountOptionsPermissions
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