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