pub struct ConnectEmbeddedFinancialAccountTransactionsFeatures {
pub card_spend_dispute_management: bool,
}
Fields§
§card_spend_dispute_management: bool
Whether to allow card spend dispute management features.
Trait Implementations§
Source§impl Clone for ConnectEmbeddedFinancialAccountTransactionsFeatures
impl Clone for ConnectEmbeddedFinancialAccountTransactionsFeatures
Source§fn clone(&self) -> ConnectEmbeddedFinancialAccountTransactionsFeatures
fn clone(&self) -> ConnectEmbeddedFinancialAccountTransactionsFeatures
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 ConnectEmbeddedFinancialAccountTransactionsFeatures
impl FromValueOpt for ConnectEmbeddedFinancialAccountTransactionsFeatures
fn from_value(v: Value) -> Option<Self>
impl Copy for ConnectEmbeddedFinancialAccountTransactionsFeatures
Auto Trait Implementations§
impl Freeze for ConnectEmbeddedFinancialAccountTransactionsFeatures
impl RefUnwindSafe for ConnectEmbeddedFinancialAccountTransactionsFeatures
impl Send for ConnectEmbeddedFinancialAccountTransactionsFeatures
impl Sync for ConnectEmbeddedFinancialAccountTransactionsFeatures
impl Unpin for ConnectEmbeddedFinancialAccountTransactionsFeatures
impl UnwindSafe for ConnectEmbeddedFinancialAccountTransactionsFeatures
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