pub struct SecuritiesNonTradingDayReport1 {
pub id: TradingVenueIdentification1Choice,
pub non_workg_day: Vec<SecuritiesNonTradingDay1>,
}Fields§
§id: TradingVenueIdentification1Choice§non_workg_day: Vec<SecuritiesNonTradingDay1>Implementations§
Source§impl SecuritiesNonTradingDayReport1
impl SecuritiesNonTradingDayReport1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SecuritiesNonTradingDayReport1
impl RefUnwindSafe for SecuritiesNonTradingDayReport1
impl Send for SecuritiesNonTradingDayReport1
impl Sync for SecuritiesNonTradingDayReport1
impl Unpin for SecuritiesNonTradingDayReport1
impl UnwindSafe for SecuritiesNonTradingDayReport1
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