pub struct TradeReportHeader4 {
pub rpt_exctn_dt: Option<String>,
pub msg_pgntn: Option<Pagination1>,
pub nb_rcrds: f64,
pub cmptnt_authrty: Option<Vec<String>>,
pub new_trad_rpstry_idr: Option<OrganisationIdentification15Choice>,
pub rptg_purp: Option<Vec<String>>,
}Fields§
§rpt_exctn_dt: Option<String>§msg_pgntn: Option<Pagination1>§nb_rcrds: f64§cmptnt_authrty: Option<Vec<String>>§new_trad_rpstry_idr: Option<OrganisationIdentification15Choice>§rptg_purp: Option<Vec<String>>Implementations§
Source§impl TradeReportHeader4
impl TradeReportHeader4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TradeReportHeader4
impl RefUnwindSafe for TradeReportHeader4
impl Send for TradeReportHeader4
impl Sync for TradeReportHeader4
impl Unpin for TradeReportHeader4
impl UnwindSafe for TradeReportHeader4
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