pub struct CompareOtherPaymentType1 {
pub val1: Option<PaymentType5Choice>,
pub val2: Option<PaymentType5Choice>,
}Fields§
§val1: Option<PaymentType5Choice>§val2: Option<PaymentType5Choice>Implementations§
Source§impl CompareOtherPaymentType1
impl CompareOtherPaymentType1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CompareOtherPaymentType1
impl RefUnwindSafe for CompareOtherPaymentType1
impl Send for CompareOtherPaymentType1
impl Sync for CompareOtherPaymentType1
impl Unpin for CompareOtherPaymentType1
impl UnwindSafe for CompareOtherPaymentType1
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