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