pub struct TradingVenueType1Choice {
pub on_vn: Option<TradeMarket2Code>,
pub off_vn: Option<NoReasonCode>,
}Fields§
§on_vn: Option<TradeMarket2Code>§off_vn: Option<NoReasonCode>Implementations§
Source§impl TradingVenueType1Choice
impl TradingVenueType1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TradingVenueType1Choice
impl RefUnwindSafe for TradingVenueType1Choice
impl Send for TradingVenueType1Choice
impl Sync for TradingVenueType1Choice
impl Unpin for TradingVenueType1Choice
impl UnwindSafe for TradingVenueType1Choice
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