pub enum InstallmentPlanSourceType {
None,
DebtCollectionAction,
InvoiceAction,
Unknown,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for InstallmentPlanSourceType
impl Clone for InstallmentPlanSourceType
Source§fn clone(&self) -> InstallmentPlanSourceType
fn clone(&self) -> InstallmentPlanSourceType
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 moreimpl Copy for InstallmentPlanSourceType
Source§impl Debug for InstallmentPlanSourceType
impl Debug for InstallmentPlanSourceType
Source§impl<'de> Deserialize<'de> for InstallmentPlanSourceType
impl<'de> Deserialize<'de> for InstallmentPlanSourceType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for InstallmentPlanSourceType
Source§impl Hash for InstallmentPlanSourceType
impl Hash for InstallmentPlanSourceType
impl StructuralPartialEq for InstallmentPlanSourceType
Auto Trait Implementations§
impl Freeze for InstallmentPlanSourceType
impl RefUnwindSafe for InstallmentPlanSourceType
impl Send for InstallmentPlanSourceType
impl Sync for InstallmentPlanSourceType
impl Unpin for InstallmentPlanSourceType
impl UnsafeUnpin for InstallmentPlanSourceType
impl UnwindSafe for InstallmentPlanSourceType
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