pub struct CreateAccountSessionComponentsFinancialAccountTransactionsFeatures {
pub card_spend_dispute_management: Option<bool>,
}
Expand description
The list of features enabled in the embedded component.
Fields§
§card_spend_dispute_management: Option<bool>
Whether to allow card spend dispute management features.
Implementations§
Trait Implementations§
Source§impl Clone for CreateAccountSessionComponentsFinancialAccountTransactionsFeatures
impl Clone for CreateAccountSessionComponentsFinancialAccountTransactionsFeatures
Source§fn clone(
&self,
) -> CreateAccountSessionComponentsFinancialAccountTransactionsFeatures
fn clone( &self, ) -> CreateAccountSessionComponentsFinancialAccountTransactionsFeatures
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 moreimpl Copy for CreateAccountSessionComponentsFinancialAccountTransactionsFeatures
Auto Trait Implementations§
impl Freeze for CreateAccountSessionComponentsFinancialAccountTransactionsFeatures
impl RefUnwindSafe for CreateAccountSessionComponentsFinancialAccountTransactionsFeatures
impl Send for CreateAccountSessionComponentsFinancialAccountTransactionsFeatures
impl Sync for CreateAccountSessionComponentsFinancialAccountTransactionsFeatures
impl Unpin for CreateAccountSessionComponentsFinancialAccountTransactionsFeatures
impl UnwindSafe for CreateAccountSessionComponentsFinancialAccountTransactionsFeatures
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