pub struct PaymentPagesCheckoutSessionManagedPayments {
pub enabled: bool,
}Fields§
§enabled: boolSet to true to enable Managed Payments, Stripe’s merchant of record solution, for this session.
Trait Implementations§
Source§impl Clone for PaymentPagesCheckoutSessionManagedPayments
impl Clone for PaymentPagesCheckoutSessionManagedPayments
Source§fn clone(&self) -> PaymentPagesCheckoutSessionManagedPayments
fn clone(&self) -> PaymentPagesCheckoutSessionManagedPayments
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PaymentPagesCheckoutSessionManagedPayments
impl FromValueOpt for PaymentPagesCheckoutSessionManagedPayments
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentPagesCheckoutSessionManagedPayments
impl PartialEq for PaymentPagesCheckoutSessionManagedPayments
Source§fn eq(&self, other: &PaymentPagesCheckoutSessionManagedPayments) -> bool
fn eq(&self, other: &PaymentPagesCheckoutSessionManagedPayments) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PaymentPagesCheckoutSessionManagedPayments
impl Eq for PaymentPagesCheckoutSessionManagedPayments
impl StructuralPartialEq for PaymentPagesCheckoutSessionManagedPayments
Auto Trait Implementations§
impl Freeze for PaymentPagesCheckoutSessionManagedPayments
impl RefUnwindSafe for PaymentPagesCheckoutSessionManagedPayments
impl Send for PaymentPagesCheckoutSessionManagedPayments
impl Sync for PaymentPagesCheckoutSessionManagedPayments
impl Unpin for PaymentPagesCheckoutSessionManagedPayments
impl UnsafeUnpin for PaymentPagesCheckoutSessionManagedPayments
impl UnwindSafe for PaymentPagesCheckoutSessionManagedPayments
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