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