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