pub struct C516 {
pub _010: String,
pub _020: Option<String>,
pub _030: Option<String>,
pub _040: Option<String>,
pub _050: Option<String>,
}Expand description
C516 Monetary amount
Amount of goods or services stated as a monetary amount in a specified currency.
Fields§
§_010: StringMonetary amount type code qualifier
Code qualifying the type of monetary amount.
_020: Option<String>Monetary amount
To specify a monetary amount.
_030: Option<String>Currency identification code
Code specifying a monetary unit.
1 Use ISO 4217 three alpha code.
_040: Option<String>Currency type code qualifier
Code qualifying the type of currency.
_050: Option<String>Status description code
Code specifying a status.
1 For transport status, use UN/ECE Recommendation 24.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C516
impl<'de> Deserialize<'de> for C516
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 C516
impl RefUnwindSafe for C516
impl Send for C516
impl Sync for C516
impl Unpin for C516
impl UnwindSafe for C516
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