pub struct AssetClass2 {
pub cmmdty: Option<DerivativeCommodity2>,
pub intrst: Option<DerivativeInterest3>,
pub fx: Option<DerivativeForeignExchange3>,
}Fields§
§cmmdty: Option<DerivativeCommodity2>§intrst: Option<DerivativeInterest3>§fx: Option<DerivativeForeignExchange3>Implementations§
Source§impl AssetClass2
impl AssetClass2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AssetClass2
impl RefUnwindSafe for AssetClass2
impl Send for AssetClass2
impl Sync for AssetClass2
impl Unpin for AssetClass2
impl UnwindSafe for AssetClass2
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