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 · 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>
impl Copy 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 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