pub struct RegulatoryReportingNotification4 {
pub tx_ntfctn_id: String,
pub acct_ownr: PartyIdentification272,
pub acct_svcr: BranchAndFinancialInstitutionIdentification8,
pub tx_cert: Vec<TransactionCertificate4>,
}Fields§
§tx_ntfctn_id: String§acct_ownr: PartyIdentification272§acct_svcr: BranchAndFinancialInstitutionIdentification8§tx_cert: Vec<TransactionCertificate4>Implementations§
Source§impl RegulatoryReportingNotification4
impl RegulatoryReportingNotification4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RegulatoryReportingNotification4
impl RefUnwindSafe for RegulatoryReportingNotification4
impl Send for RegulatoryReportingNotification4
impl Sync for RegulatoryReportingNotification4
impl Unpin for RegulatoryReportingNotification4
impl UnwindSafe for RegulatoryReportingNotification4
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