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