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