pub enum AnnualChargePaymentType1Code {
CodeCAPL,
CodeINCO,
}Variants§
Implementations§
Source§impl AnnualChargePaymentType1Code
impl AnnualChargePaymentType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AnnualChargePaymentType1Code
impl RefUnwindSafe for AnnualChargePaymentType1Code
impl Send for AnnualChargePaymentType1Code
impl Sync for AnnualChargePaymentType1Code
impl Unpin for AnnualChargePaymentType1Code
impl UnwindSafe for AnnualChargePaymentType1Code
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