pub struct AmountAndQuantityBreakdown1 {
pub lot_nb: Option<GenericIdentification37>,
pub lot_amt: Option<AmountAndDirection5>,
pub lot_qty: Option<FinancialInstrumentQuantity1Choice>,
pub csh_sub_bal_tp: Option<GenericIdentification30>,
}Fields§
§lot_nb: Option<GenericIdentification37>§lot_amt: Option<AmountAndDirection5>§lot_qty: Option<FinancialInstrumentQuantity1Choice>§csh_sub_bal_tp: Option<GenericIdentification30>Implementations§
Source§impl AmountAndQuantityBreakdown1
impl AmountAndQuantityBreakdown1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AmountAndQuantityBreakdown1
impl RefUnwindSafe for AmountAndQuantityBreakdown1
impl Send for AmountAndQuantityBreakdown1
impl Sync for AmountAndQuantityBreakdown1
impl Unpin for AmountAndQuantityBreakdown1
impl UnwindSafe for AmountAndQuantityBreakdown1
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