pub enum TreasuryFinancialAccountArray {
CardIssuing,
DepositInsurance,
FinancialAddressesAba,
FinancialAddressesAbaForwarding,
InboundTransfersAch,
IntraStripeFlows,
OutboundPaymentsAch,
OutboundPaymentsUsDomesticWire,
OutboundTransfersAch,
OutboundTransfersUsDomesticWire,
RemoteDepositCapture,
}
Variants§
CardIssuing
DepositInsurance
FinancialAddressesAba
FinancialAddressesAbaForwarding
InboundTransfersAch
IntraStripeFlows
OutboundPaymentsAch
OutboundPaymentsUsDomesticWire
OutboundTransfersAch
OutboundTransfersUsDomesticWire
RemoteDepositCapture
Implementations§
Trait Implementations§
Source§impl Clone for TreasuryFinancialAccountArray
impl Clone for TreasuryFinancialAccountArray
Source§fn clone(&self) -> TreasuryFinancialAccountArray
fn clone(&self) -> TreasuryFinancialAccountArray
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 TreasuryFinancialAccountArray
impl FromValueOpt for TreasuryFinancialAccountArray
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for TreasuryFinancialAccountArray
impl PartialEq for TreasuryFinancialAccountArray
Source§fn eq(&self, other: &TreasuryFinancialAccountArray) -> bool
fn eq(&self, other: &TreasuryFinancialAccountArray) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for TreasuryFinancialAccountArray
impl Eq for TreasuryFinancialAccountArray
impl StructuralPartialEq for TreasuryFinancialAccountArray
Auto Trait Implementations§
impl Freeze for TreasuryFinancialAccountArray
impl RefUnwindSafe for TreasuryFinancialAccountArray
impl Send for TreasuryFinancialAccountArray
impl Sync for TreasuryFinancialAccountArray
impl Unpin for TreasuryFinancialAccountArray
impl UnwindSafe for TreasuryFinancialAccountArray
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