pub struct AssetClassAttributes1 {
pub intrst: DerivativeInterest2,
pub fx: DerivativeForeignExchange2,
}Fields§
§intrst: DerivativeInterest2§fx: DerivativeForeignExchange2Implementations§
Source§impl AssetClassAttributes1
impl AssetClassAttributes1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AssetClassAttributes1
impl RefUnwindSafe for AssetClassAttributes1
impl Send for AssetClassAttributes1
impl Sync for AssetClassAttributes1
impl Unpin for AssetClassAttributes1
impl UnwindSafe for AssetClassAttributes1
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