pub struct CardTransaction18 {
pub card: Option<PaymentCard4>,
pub poi: Option<PointOfInteraction1>,
pub tx: Option<CardTransaction3Choice>,
pub pre_pd_acct: Option<CashAccount40>,
}Fields§
§card: Option<PaymentCard4>§poi: Option<PointOfInteraction1>§tx: Option<CardTransaction3Choice>§pre_pd_acct: Option<CashAccount40>Implementations§
Source§impl CardTransaction18
impl CardTransaction18
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CardTransaction18
impl RefUnwindSafe for CardTransaction18
impl Send for CardTransaction18
impl Sync for CardTransaction18
impl Unpin for CardTransaction18
impl UnwindSafe for CardTransaction18
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