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