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