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