pub struct PaymentPagesCheckoutSessionPhoneNumberCollection {
pub enabled: bool,
}
Fields§
§enabled: bool
Indicates 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 · 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>
impl Copy 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 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