pub struct Investment1Choice {
pub uscrd_csh_dpst: Option<Deposit1>,
pub cntrl_bk_dpst: Option<Deposit1>,
pub rp_agrmt: Option<RepurchaseAgreement2>,
pub othr_invstmts: Option<OtherInvestment1>,
pub outrght_invstmt: Option<SecurityIdentificationAndAmount1>,
}Fields§
§uscrd_csh_dpst: Option<Deposit1>§cntrl_bk_dpst: Option<Deposit1>§rp_agrmt: Option<RepurchaseAgreement2>§othr_invstmts: Option<OtherInvestment1>§outrght_invstmt: Option<SecurityIdentificationAndAmount1>Implementations§
Source§impl Investment1Choice
impl Investment1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Investment1Choice
impl RefUnwindSafe for Investment1Choice
impl Send for Investment1Choice
impl Sync for Investment1Choice
impl Unpin for Investment1Choice
impl UnwindSafe for Investment1Choice
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