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