pub struct Rate4 {
pub tp: RateType4Choice,
pub vldty_rg: Option<ActiveOrHistoricCurrencyAndAmountRange2>,
}Fields§
§tp: RateType4Choice§vldty_rg: Option<ActiveOrHistoricCurrencyAndAmountRange2>Implementations§
Auto Trait Implementations§
impl Freeze for Rate4
impl RefUnwindSafe for Rate4
impl Send for Rate4
impl Sync for Rate4
impl Unpin for Rate4
impl UnwindSafe for Rate4
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