pub struct ReportingTransactionType3Choice {
pub new: Option<SecuritiesTransactionReport7>,
pub cxl: Option<SecuritiesTransactionReport2>,
pub splmtry_data: Option<Vec<SupplementaryData1>>,
}Fields§
§new: Option<SecuritiesTransactionReport7>§cxl: Option<SecuritiesTransactionReport2>§splmtry_data: Option<Vec<SupplementaryData1>>Implementations§
Source§impl ReportingTransactionType3Choice
impl ReportingTransactionType3Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ReportingTransactionType3Choice
impl RefUnwindSafe for ReportingTransactionType3Choice
impl Send for ReportingTransactionType3Choice
impl Sync for ReportingTransactionType3Choice
impl Unpin for ReportingTransactionType3Choice
impl UnwindSafe for ReportingTransactionType3Choice
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