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