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