pub struct C504 {
pub _010: _6347,
pub _020: Option<String>,
pub _030: Option<_6343>,
pub _040: Option<String>,
}Expand description
C504 Currency details
The usage to which a currency relates.
Fields§
§_010: _6347Currency usage code qualifier
Code qualifying the usage of a currency.
_020: Option<String>Currency identification code
Code specifying a monetary unit.
_030: Option<_6343>Currency type code qualifier
Code qualifying the type of currency.
_040: Option<String>Currency rate value
To specify the value of the multiplication factor used in expressing currency units.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C504
impl<'de> Deserialize<'de> for C504
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
Auto Trait Implementations§
impl Freeze for C504
impl RefUnwindSafe for C504
impl Send for C504
impl Sync for C504
impl Unpin for C504
impl UnwindSafe for C504
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