pub struct Repartition6 {
pub qty: UnitsOrAmountOrPercentage1Choice,
pub fin_instrm: FinancialInstrument87,
pub ccy_of_plan: Option<String>,
}Fields§
§qty: UnitsOrAmountOrPercentage1Choice§fin_instrm: FinancialInstrument87§ccy_of_plan: Option<String>Implementations§
Source§impl Repartition6
impl Repartition6
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Repartition6
impl RefUnwindSafe for Repartition6
impl Send for Repartition6
impl Sync for Repartition6
impl Unpin for Repartition6
impl UnwindSafe for Repartition6
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