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