pub struct PaymentPagesCheckoutSessionAdaptivePricing {
pub enabled: bool,
}
Fields§
§enabled: bool
Whether Adaptive Pricing is enabled.
Trait Implementations§
Source§impl Clone for PaymentPagesCheckoutSessionAdaptivePricing
impl Clone for PaymentPagesCheckoutSessionAdaptivePricing
Source§fn clone(&self) -> PaymentPagesCheckoutSessionAdaptivePricing
fn clone(&self) -> PaymentPagesCheckoutSessionAdaptivePricing
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 PaymentPagesCheckoutSessionAdaptivePricing
impl FromValueOpt for PaymentPagesCheckoutSessionAdaptivePricing
fn from_value(v: Value) -> Option<Self>
impl Copy for PaymentPagesCheckoutSessionAdaptivePricing
Auto Trait Implementations§
impl Freeze for PaymentPagesCheckoutSessionAdaptivePricing
impl RefUnwindSafe for PaymentPagesCheckoutSessionAdaptivePricing
impl Send for PaymentPagesCheckoutSessionAdaptivePricing
impl Sync for PaymentPagesCheckoutSessionAdaptivePricing
impl Unpin for PaymentPagesCheckoutSessionAdaptivePricing
impl UnwindSafe for PaymentPagesCheckoutSessionAdaptivePricing
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