pub struct PaymentLinksResourceTaxIdCollection {
pub enabled: bool,
pub required: PaymentLinksResourceTaxIdCollectionRequired,
}Fields§
§enabled: boolIndicates whether tax ID collection is enabled for the session.
required: PaymentLinksResourceTaxIdCollectionRequiredTrait Implementations§
Source§impl Clone for PaymentLinksResourceTaxIdCollection
impl Clone for PaymentLinksResourceTaxIdCollection
Source§fn clone(&self) -> PaymentLinksResourceTaxIdCollection
fn clone(&self) -> PaymentLinksResourceTaxIdCollection
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 PaymentLinksResourceTaxIdCollection
impl FromValueOpt for PaymentLinksResourceTaxIdCollection
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentLinksResourceTaxIdCollection
impl RefUnwindSafe for PaymentLinksResourceTaxIdCollection
impl Send for PaymentLinksResourceTaxIdCollection
impl Sync for PaymentLinksResourceTaxIdCollection
impl Unpin for PaymentLinksResourceTaxIdCollection
impl UnwindSafe for PaymentLinksResourceTaxIdCollection
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