pub struct InvestigationDataRecord1Choice {
pub dbt_authstn: Option<DebitAuthorisationConfirmation3>,
pub compstn: Option<CompensationResponse1>,
pub valtn: Option<AdjustmentCompensation1>,
pub conf: Option<BookingConfirmation1>,
pub tx_sts: Option<PaymentTransactionStatus1>,
pub tx_data: Option<Vec<TransactionAmendment1>>,
pub rspn_nrrtv: Option<String>,
}Fields§
§dbt_authstn: Option<DebitAuthorisationConfirmation3>§compstn: Option<CompensationResponse1>§valtn: Option<AdjustmentCompensation1>§conf: Option<BookingConfirmation1>§tx_sts: Option<PaymentTransactionStatus1>§tx_data: Option<Vec<TransactionAmendment1>>§rspn_nrrtv: Option<String>Implementations§
Source§impl InvestigationDataRecord1Choice
impl InvestigationDataRecord1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InvestigationDataRecord1Choice
impl RefUnwindSafe for InvestigationDataRecord1Choice
impl Send for InvestigationDataRecord1Choice
impl Sync for InvestigationDataRecord1Choice
impl Unpin for InvestigationDataRecord1Choice
impl UnwindSafe for InvestigationDataRecord1Choice
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