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