pub struct UnderlyingTransaction34 {
pub orgnl_grp_inf_and_cxl: Option<OriginalGroupHeader21>,
pub tx_inf: Option<Vec<PaymentTransaction155>>,
}Fields§
§orgnl_grp_inf_and_cxl: Option<OriginalGroupHeader21>§tx_inf: Option<Vec<PaymentTransaction155>>Implementations§
Source§impl UnderlyingTransaction34
impl UnderlyingTransaction34
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for UnderlyingTransaction34
impl RefUnwindSafe for UnderlyingTransaction34
impl Send for UnderlyingTransaction34
impl Sync for UnderlyingTransaction34
impl Unpin for UnderlyingTransaction34
impl UnwindSafe for UnderlyingTransaction34
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