pub struct CreditDefaultSwapDerivative6 {
pub undrlyg_cdt_dflt_swp_id: Option<String>,
pub oblgtn_id: String,
pub sngl_nm: CreditDefaultSwapSingleName2,
}Fields§
§undrlyg_cdt_dflt_swp_id: Option<String>§oblgtn_id: String§sngl_nm: CreditDefaultSwapSingleName2Implementations§
Source§impl CreditDefaultSwapDerivative6
impl CreditDefaultSwapDerivative6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CreditDefaultSwapDerivative6
impl RefUnwindSafe for CreditDefaultSwapDerivative6
impl Send for CreditDefaultSwapDerivative6
impl Sync for CreditDefaultSwapDerivative6
impl Unpin for CreditDefaultSwapDerivative6
impl UnwindSafe for CreditDefaultSwapDerivative6
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