pub struct TradingVenueIdentification1Choice {
pub mkt_id_cd: Option<String>,
pub ntl_cmptnt_authrty: Option<String>,
pub othr: Option<TradingVenueIdentification2>,
}Fields§
§mkt_id_cd: Option<String>§ntl_cmptnt_authrty: Option<String>§othr: Option<TradingVenueIdentification2>Implementations§
Source§impl TradingVenueIdentification1Choice
impl TradingVenueIdentification1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TradingVenueIdentification1Choice
impl RefUnwindSafe for TradingVenueIdentification1Choice
impl Send for TradingVenueIdentification1Choice
impl Sync for TradingVenueIdentification1Choice
impl Unpin for TradingVenueIdentification1Choice
impl UnwindSafe for TradingVenueIdentification1Choice
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