pub struct AlmaInstallments {
pub count: u64,
}
Fields§
§count: u64
The number of installments.
Trait Implementations§
Source§impl Clone for AlmaInstallments
impl Clone for AlmaInstallments
Source§fn clone(&self) -> AlmaInstallments
fn clone(&self) -> AlmaInstallments
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 AlmaInstallments
impl Debug for AlmaInstallments
Source§impl Deserialize for AlmaInstallments
impl Deserialize for AlmaInstallments
Source§impl FromValueOpt for AlmaInstallments
impl FromValueOpt for AlmaInstallments
fn from_value(v: Value) -> Option<Self>
Source§impl ObjectDeser for AlmaInstallments
impl ObjectDeser for AlmaInstallments
impl Copy for AlmaInstallments
Auto Trait Implementations§
impl Freeze for AlmaInstallments
impl RefUnwindSafe for AlmaInstallments
impl Send for AlmaInstallments
impl Sync for AlmaInstallments
impl Unpin for AlmaInstallments
impl UnwindSafe for AlmaInstallments
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