pub struct AmountType4Choice {
pub instd_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub eqvt_amt: Option<EquivalentAmount2>,
}Fields§
§instd_amt: Option<ActiveOrHistoricCurrencyAndAmount>§eqvt_amt: Option<EquivalentAmount2>Implementations§
Source§impl AmountType4Choice
impl AmountType4Choice
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for AmountType4Choice
impl Clone for AmountType4Choice
Source§fn clone(&self) -> AmountType4Choice
fn clone(&self) -> AmountType4Choice
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AmountType4Choice
impl Debug for AmountType4Choice
Source§impl Default for AmountType4Choice
impl Default for AmountType4Choice
Source§fn default() -> AmountType4Choice
fn default() -> AmountType4Choice
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AmountType4Choice
impl<'de> Deserialize<'de> for AmountType4Choice
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AmountType4Choice
impl PartialEq for AmountType4Choice
Source§impl Serialize for AmountType4Choice
impl Serialize for AmountType4Choice
impl StructuralPartialEq for AmountType4Choice
Auto Trait Implementations§
impl Freeze for AmountType4Choice
impl RefUnwindSafe for AmountType4Choice
impl Send for AmountType4Choice
impl Sync for AmountType4Choice
impl Unpin for AmountType4Choice
impl UnwindSafe for AmountType4Choice
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