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