pub struct ReconciliationMatchedStatus9Choice {
pub mtchd: Option<NoReasonCode>,
pub not_mtchd: Option<ReconciliationResult10>,
}Fields§
§mtchd: Option<NoReasonCode>§not_mtchd: Option<ReconciliationResult10>Implementations§
Source§impl ReconciliationMatchedStatus9Choice
impl ReconciliationMatchedStatus9Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReconciliationMatchedStatus9Choice
impl RefUnwindSafe for ReconciliationMatchedStatus9Choice
impl Send for ReconciliationMatchedStatus9Choice
impl Sync for ReconciliationMatchedStatus9Choice
impl Unpin for ReconciliationMatchedStatus9Choice
impl UnwindSafe for ReconciliationMatchedStatus9Choice
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