pub struct ClaimNonReceipt3 {
pub dt_prcd: String,
pub orgnl_nxt_agt: Option<BranchAndFinancialInstitutionIdentification8>,
}Fields§
§dt_prcd: String§orgnl_nxt_agt: Option<BranchAndFinancialInstitutionIdentification8>Implementations§
Source§impl ClaimNonReceipt3
impl ClaimNonReceipt3
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ClaimNonReceipt3
impl RefUnwindSafe for ClaimNonReceipt3
impl Send for ClaimNonReceipt3
impl Sync for ClaimNonReceipt3
impl Unpin for ClaimNonReceipt3
impl UnwindSafe for ClaimNonReceipt3
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