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