pub struct CustomerSessionResourceComponents {
pub buy_button: CustomerSessionResourceComponentsResourceBuyButton,
pub payment_element: CustomerSessionResourceComponentsResourcePaymentElement,
pub pricing_table: CustomerSessionResourceComponentsResourcePricingTable,
}
Expand description
Configuration for the components supported by this Customer Session.
Fields§
§payment_element: CustomerSessionResourceComponentsResourcePaymentElement
§pricing_table: CustomerSessionResourceComponentsResourcePricingTable
Trait Implementations§
Source§impl Clone for CustomerSessionResourceComponents
impl Clone for CustomerSessionResourceComponents
Source§fn clone(&self) -> CustomerSessionResourceComponents
fn clone(&self) -> CustomerSessionResourceComponents
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 CustomerSessionResourceComponents
impl FromValueOpt for CustomerSessionResourceComponents
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for CustomerSessionResourceComponents
impl RefUnwindSafe for CustomerSessionResourceComponents
impl Send for CustomerSessionResourceComponents
impl Sync for CustomerSessionResourceComponents
impl Unpin for CustomerSessionResourceComponents
impl UnwindSafe for CustomerSessionResourceComponents
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