pub struct C186 {
pub _010: _6063,
pub _020: String,
pub _030: Option<String>,
}Expand description
C186 Quantity details
Quantity information in a transaction, qualified when relevant.
Fields§
§_010: _6063Quantity type code qualifier
Code qualifying the type of quantity.
_020: StringQuantity
Alphanumeric representation of a quantity.
_030: Option<String>Measurement unit code
Code specifying the unit of measurement. 1 See UN/ECE Recommendation 20, common code.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C186
impl<'de> Deserialize<'de> for C186
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 C186
impl RefUnwindSafe for C186
impl Send for C186
impl Sync for C186
impl Unpin for C186
impl UnwindSafe for C186
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