pub struct PaymentPagesCheckoutSessionPhoneNumberCollection {
pub enabled: bool,
}Fields§
§enabled: boolIndicates whether phone number collection is enabled for the session
Trait Implementations§
Source§impl Clone for PaymentPagesCheckoutSessionPhoneNumberCollection
impl Clone for PaymentPagesCheckoutSessionPhoneNumberCollection
Source§fn clone(&self) -> PaymentPagesCheckoutSessionPhoneNumberCollection
fn clone(&self) -> PaymentPagesCheckoutSessionPhoneNumberCollection
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 PaymentPagesCheckoutSessionPhoneNumberCollection
impl FromValueOpt for PaymentPagesCheckoutSessionPhoneNumberCollection
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentPagesCheckoutSessionPhoneNumberCollection
impl PartialEq for PaymentPagesCheckoutSessionPhoneNumberCollection
Source§fn eq(&self, other: &PaymentPagesCheckoutSessionPhoneNumberCollection) -> bool
fn eq(&self, other: &PaymentPagesCheckoutSessionPhoneNumberCollection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PaymentPagesCheckoutSessionPhoneNumberCollection
impl Eq for PaymentPagesCheckoutSessionPhoneNumberCollection
impl StructuralPartialEq for PaymentPagesCheckoutSessionPhoneNumberCollection
Auto Trait Implementations§
impl Freeze for PaymentPagesCheckoutSessionPhoneNumberCollection
impl RefUnwindSafe for PaymentPagesCheckoutSessionPhoneNumberCollection
impl Send for PaymentPagesCheckoutSessionPhoneNumberCollection
impl Sync for PaymentPagesCheckoutSessionPhoneNumberCollection
impl Unpin for PaymentPagesCheckoutSessionPhoneNumberCollection
impl UnsafeUnpin for PaymentPagesCheckoutSessionPhoneNumberCollection
impl UnwindSafe for PaymentPagesCheckoutSessionPhoneNumberCollection
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