pub struct ReconciliationReport8 {
pub tech_rcrd_id: Option<String>,
pub tx_id: TradeTransactionIdentification19,
pub modfd: bool,
pub rcncltn_sts: ReconciliationStatus8Choice,
}Fields§
§tech_rcrd_id: Option<String>§tx_id: TradeTransactionIdentification19§modfd: bool§rcncltn_sts: ReconciliationStatus8ChoiceImplementations§
Source§impl ReconciliationReport8
impl ReconciliationReport8
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReconciliationReport8
impl RefUnwindSafe for ReconciliationReport8
impl Send for ReconciliationReport8
impl Sync for ReconciliationReport8
impl Unpin for ReconciliationReport8
impl UnwindSafe for ReconciliationReport8
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