pub struct MarketIdentificationOrCashPurpose1Choice {
pub sttlm_instr_mkt_id: Option<MarketIdentification87>,
pub csh_ssi_purp: Option<Vec<String>>,
}Fields§
§sttlm_instr_mkt_id: Option<MarketIdentification87>§csh_ssi_purp: Option<Vec<String>>Implementations§
Source§impl MarketIdentificationOrCashPurpose1Choice
impl MarketIdentificationOrCashPurpose1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MarketIdentificationOrCashPurpose1Choice
impl RefUnwindSafe for MarketIdentificationOrCashPurpose1Choice
impl Send for MarketIdentificationOrCashPurpose1Choice
impl Sync for MarketIdentificationOrCashPurpose1Choice
impl Unpin for MarketIdentificationOrCashPurpose1Choice
impl UnwindSafe for MarketIdentificationOrCashPurpose1Choice
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