pub struct CreateAccountSessionComponentsPaymentDisputes {
pub enabled: bool,
pub features: Option<CreateAccountSessionComponentsPaymentDisputesFeatures>,
}
Expand description
Configuration for the payment disputes embedded component.
Fields§
§enabled: bool
Whether the embedded component is enabled.
features: Option<CreateAccountSessionComponentsPaymentDisputesFeatures>
The list of features enabled in the embedded component.
Implementations§
Trait Implementations§
Source§impl Clone for CreateAccountSessionComponentsPaymentDisputes
impl Clone for CreateAccountSessionComponentsPaymentDisputes
Source§fn clone(&self) -> CreateAccountSessionComponentsPaymentDisputes
fn clone(&self) -> CreateAccountSessionComponentsPaymentDisputes
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 CreateAccountSessionComponentsPaymentDisputes
Auto Trait Implementations§
impl Freeze for CreateAccountSessionComponentsPaymentDisputes
impl RefUnwindSafe for CreateAccountSessionComponentsPaymentDisputes
impl Send for CreateAccountSessionComponentsPaymentDisputes
impl Sync for CreateAccountSessionComponentsPaymentDisputes
impl Unpin for CreateAccountSessionComponentsPaymentDisputes
impl UnwindSafe for CreateAccountSessionComponentsPaymentDisputes
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