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