pub struct SmorResourceManagedPayments {
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 SmorResourceManagedPayments
impl Clone for SmorResourceManagedPayments
Source§fn clone(&self) -> SmorResourceManagedPayments
fn clone(&self) -> SmorResourceManagedPayments
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 Debug for SmorResourceManagedPayments
impl Debug for SmorResourceManagedPayments
Source§impl PartialEq for SmorResourceManagedPayments
impl PartialEq for SmorResourceManagedPayments
Source§fn eq(&self, other: &SmorResourceManagedPayments) -> bool
fn eq(&self, other: &SmorResourceManagedPayments) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SmorResourceManagedPayments
impl Eq for SmorResourceManagedPayments
impl StructuralPartialEq for SmorResourceManagedPayments
Auto Trait Implementations§
impl Freeze for SmorResourceManagedPayments
impl RefUnwindSafe for SmorResourceManagedPayments
impl Send for SmorResourceManagedPayments
impl Sync for SmorResourceManagedPayments
impl Unpin for SmorResourceManagedPayments
impl UnsafeUnpin for SmorResourceManagedPayments
impl UnwindSafe for SmorResourceManagedPayments
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