pub struct CUX {
pub _010: Option<C504>,
pub _020: Option<C504>,
pub _030: Option<String>,
pub _040: Option<_6341>,
}Expand description
Currencies
A segment to specify a contact name associated with the party.
Fields§
§_010: Option<C504>Currency details
The usage to which a currency relates.
_020: Option<C504>Currency details
The usage to which a currency relates.
_030: Option<String>Currency exchange rate
To specify the rate at which one specified currency is expressed in another specified currency.
_040: Option<_6341>Exchange rate currency market identifier
To identify an exchange rate currency market.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CUX
impl<'de> Deserialize<'de> for CUX
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 CUX
impl RefUnwindSafe for CUX
impl Send for CUX
impl Sync for CUX
impl Unpin for CUX
impl UnwindSafe for CUX
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