pub struct CreateAccountSessionComponentsFinancialAccountTransactions {
pub enabled: bool,
pub features: Option<CreateAccountSessionComponentsFinancialAccountTransactionsFeatures>,
}Expand description
Configuration for the financial account transactions embedded component.
Fields§
§enabled: boolWhether the embedded component is enabled.
features: Option<CreateAccountSessionComponentsFinancialAccountTransactionsFeatures>The list of features enabled in the embedded component.
Implementations§
Trait Implementations§
Source§impl Clone for CreateAccountSessionComponentsFinancialAccountTransactions
impl Clone for CreateAccountSessionComponentsFinancialAccountTransactions
Source§fn clone(&self) -> CreateAccountSessionComponentsFinancialAccountTransactions
fn clone(&self) -> CreateAccountSessionComponentsFinancialAccountTransactions
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 PartialEq for CreateAccountSessionComponentsFinancialAccountTransactions
impl PartialEq for CreateAccountSessionComponentsFinancialAccountTransactions
Source§fn eq(
&self,
other: &CreateAccountSessionComponentsFinancialAccountTransactions,
) -> bool
fn eq( &self, other: &CreateAccountSessionComponentsFinancialAccountTransactions, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CreateAccountSessionComponentsFinancialAccountTransactions
impl Eq for CreateAccountSessionComponentsFinancialAccountTransactions
impl StructuralPartialEq for CreateAccountSessionComponentsFinancialAccountTransactions
Auto Trait Implementations§
impl Freeze for CreateAccountSessionComponentsFinancialAccountTransactions
impl RefUnwindSafe for CreateAccountSessionComponentsFinancialAccountTransactions
impl Send for CreateAccountSessionComponentsFinancialAccountTransactions
impl Sync for CreateAccountSessionComponentsFinancialAccountTransactions
impl Unpin for CreateAccountSessionComponentsFinancialAccountTransactions
impl UnsafeUnpin for CreateAccountSessionComponentsFinancialAccountTransactions
impl UnwindSafe for CreateAccountSessionComponentsFinancialAccountTransactions
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