pub struct PaymentLinksResourcePhoneNumberCollection {
pub enabled: bool,
}Fields§
§enabled: boolIf 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 (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 PaymentLinksResourcePhoneNumberCollection
impl FromValueOpt for PaymentLinksResourcePhoneNumberCollection
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for PaymentLinksResourcePhoneNumberCollection
impl PartialEq for PaymentLinksResourcePhoneNumberCollection
Source§fn eq(&self, other: &PaymentLinksResourcePhoneNumberCollection) -> bool
fn eq(&self, other: &PaymentLinksResourcePhoneNumberCollection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PaymentLinksResourcePhoneNumberCollection
impl Eq for PaymentLinksResourcePhoneNumberCollection
impl StructuralPartialEq 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 UnsafeUnpin 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