pub struct RepurchaseAgreementType3Choice {
pub spcfc_coll: Option<SpecificCollateral2>,
pub gnl_coll: Option<GeneralCollateral3>,
}Fields§
§spcfc_coll: Option<SpecificCollateral2>§gnl_coll: Option<GeneralCollateral3>Implementations§
Source§impl RepurchaseAgreementType3Choice
impl RepurchaseAgreementType3Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for RepurchaseAgreementType3Choice
impl RefUnwindSafe for RepurchaseAgreementType3Choice
impl Send for RepurchaseAgreementType3Choice
impl Sync for RepurchaseAgreementType3Choice
impl Unpin for RepurchaseAgreementType3Choice
impl UnwindSafe for RepurchaseAgreementType3Choice
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