pub struct InitialAmount1Choice {
pub initl_nb_of_instlmts: Option<f64>,
pub amt: Option<ActiveCurrencyAndAmount>,
}Fields§
§initl_nb_of_instlmts: Option<f64>§amt: Option<ActiveCurrencyAndAmount>Implementations§
Source§impl InitialAmount1Choice
impl InitialAmount1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InitialAmount1Choice
impl RefUnwindSafe for InitialAmount1Choice
impl Send for InitialAmount1Choice
impl Sync for InitialAmount1Choice
impl Unpin for InitialAmount1Choice
impl UnwindSafe for InitialAmount1Choice
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