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