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