pub struct Equity3 {
pub pref_to_incm: PreferenceToIncome5Choice,
pub mtrty_dt: Option<String>,
pub non_pd_amt: Option<ActiveCurrencyAndAmount>,
pub par_val: Option<ActiveCurrencyAndAmount>,
pub vtng_rghts_per_shr: Option<f64>,
}Fields§
§pref_to_incm: PreferenceToIncome5Choice§mtrty_dt: Option<String>§non_pd_amt: Option<ActiveCurrencyAndAmount>§par_val: Option<ActiveCurrencyAndAmount>§vtng_rghts_per_shr: Option<f64>Implementations§
Auto Trait Implementations§
impl Freeze for Equity3
impl RefUnwindSafe for Equity3
impl Send for Equity3
impl Sync for Equity3
impl Unpin for Equity3
impl UnwindSafe for Equity3
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