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