pub struct PaymentLinksResourcePhoneNumberCollection {
pub enabled: bool,
}
Fields§
§enabled: bool
If true
, a phone number will be collected during checkout.
Trait Implementations§
Source§impl Clone for PaymentLinksResourcePhoneNumberCollection
impl Clone for PaymentLinksResourcePhoneNumberCollection
Source§fn clone(&self) -> PaymentLinksResourcePhoneNumberCollection
fn clone(&self) -> PaymentLinksResourcePhoneNumberCollection
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 PaymentLinksResourcePhoneNumberCollection
impl FromValueOpt for PaymentLinksResourcePhoneNumberCollection
fn from_value(v: Value) -> Option<Self>
impl Copy for PaymentLinksResourcePhoneNumberCollection
Auto Trait Implementations§
impl Freeze for PaymentLinksResourcePhoneNumberCollection
impl RefUnwindSafe for PaymentLinksResourcePhoneNumberCollection
impl Send for PaymentLinksResourcePhoneNumberCollection
impl Sync for PaymentLinksResourcePhoneNumberCollection
impl Unpin for PaymentLinksResourcePhoneNumberCollection
impl UnwindSafe for PaymentLinksResourcePhoneNumberCollection
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