pub struct TransactionReport8 {
pub pmt_id: PaymentIdentification8Choice,
pub tx_or_err: TransactionOrError6Choice,
}Fields§
§pmt_id: PaymentIdentification8Choice§tx_or_err: TransactionOrError6ChoiceImplementations§
Source§impl TransactionReport8
impl TransactionReport8
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TransactionReport8
impl RefUnwindSafe for TransactionReport8
impl Send for TransactionReport8
impl Sync for TransactionReport8
impl Unpin for TransactionReport8
impl UnwindSafe for TransactionReport8
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